Skip to content

Commit

Permalink
ci(gh-actions): fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSzewczyk committed Apr 18, 2024
1 parent fb734f8 commit 22fbf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install packages ⚙️
run: npm ci
- name: Publish package 🚀
run: npm run semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 22fbf98

Please sign in to comment.