Skip to content

Commit

Permalink
🐛 fix github push action
Browse files Browse the repository at this point in the history
  • Loading branch information
robi committed Apr 13, 2022
1 parent 257e033 commit 400ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CI: true
- name: Prod - Increment version & create build # incrementing version automatically creates build internally with new version
run: npm version patch -m "[skip ci] %s"
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/fix/cicd-pipeline' }}
env:
CI: false
- name: Push changes
Expand Down

0 comments on commit 400ecc4

Please sign in to comment.