Skip to content

Commit

Permalink
ci: fix semantic-release job can not be run
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSmokeGun committed Mar 15, 2024
1 parent 7ad9e46 commit 67f4b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
if: github.repository == 'OldSmokeGun/go-scaffold' && github.event_name == 'push'
run: |
npm install --save-dev semantic-release
npx semantic-release
npx -p node@v18-lts -c "npx semantic-release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 67f4b9d

Please sign in to comment.