Skip to content

Commit

Permalink
fix: remove dry run flag from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Jan 7, 2025
1 parent 10ed060 commit da687b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --dry-run
run: npx semantic-release

0 comments on commit da687b9

Please sign in to comment.