Skip to content

Commit ff5cf66

Browse files
authored
fix: ci release syntax
1 parent 1136963 commit ff5cf66

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
- name: semantic release
20-
#uses: docker://basaltinc/docker-node-php-base:latest
20+
# this will stop early if it's not on `master`, for some reason using `if: github.ref == 'master'` doesn't work
2121
run: npx semantic-release
22-
if: github.ref == master
2322
env:
2423
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2524
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26-
# with:
27-
# entrypoint: npx
28-
# args: semantic-release

0 commit comments

Comments
 (0)