Skip to content

Commit

Permalink
fix: ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Feb 24, 2020
1 parent bf817eb commit 1136963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: semantic release
#uses: docker://basaltinc/docker-node-php-base:latest
run: npx semantic-release
if: github.ref == 'master'
if: github.ref == master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 1136963

Please sign in to comment.