Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Apr 25, 2024
1 parent 13cd189 commit c8151c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: npm run increment
- name: Publish Dev
run: npm publish --tag next --dry-run
if: github.ref == 'refs/heads/dev'
if: ${{ github.ref == 'refs/heads/dev' }}

0 comments on commit c8151c2

Please sign in to comment.