We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1136963 commit ff5cf66Copy full SHA for ff5cf66
.github/workflows/push.yml
@@ -17,12 +17,8 @@ jobs:
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- name: semantic release
20
- #uses: docker://basaltinc/docker-node-php-base:latest
+ # this will stop early if it's not on `master`, for some reason using `if: github.ref == 'master'` doesn't work
21
run: npx semantic-release
22
- if: github.ref == master
23
24
25
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26
-# with:
27
-# entrypoint: npx
28
-# args: semantic-release
0 commit comments