Skip to content

Commit 1136963

Browse files
authored
fix: ci syntax
1 parent bf817eb commit 1136963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: semantic release
2020
#uses: docker://basaltinc/docker-node-php-base:latest
2121
run: npx semantic-release
22-
if: github.ref == 'master'
22+
if: github.ref == master
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)