Skip to content

Commit

Permalink
chore: fix release step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Apr 12, 2024
1 parent ff48400 commit 41a217a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
node-version: '20'
- run: npm install
- run: npx semantic-release
- run: npx semantic-release
env:
super_secret: ${{ secrets.NPM_TOKEN }}

0 comments on commit 41a217a

Please sign in to comment.