Skip to content

Commit 0d8c86f

Browse files
authored
ci: adjust release step
1 parent 8aa4b48 commit 0d8c86f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
- name: semantic release
20-
uses: docker://basaltinc/docker-node-php-base:latest
20+
#uses: docker://basaltinc/docker-node-php-base:latest
21+
run: npx semantic-release
2122
if: github.ref == 'master'
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2425
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25-
with:
26-
entrypoint: npx
27-
args: semantic-release
26+
# with:
27+
# entrypoint: npx
28+
# args: semantic-release

0 commit comments

Comments
 (0)