Skip to content

Commit

Permalink
fix: semantic-release with node18-lts (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
burden authored Feb 20, 2023
1 parent cb30de0 commit 5777925
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 @@ -229,7 +229,7 @@ jobs:
NODE_ENV: production

- name: Deploy
run: npx -p node@v18-lts -c "npx semantic-release"
run: npx -p node@v18-lts -- npx semantic-release
env:
CI: true
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 5777925

Please sign in to comment.