Skip to content

Commit

Permalink
remove dry-run option
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 17, 2024
1 parent 04ecea7 commit 8e0e37b
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 @@ -31,6 +31,6 @@ jobs:
run: npm install -g semantic-release @semantic-release/commit-analyzer @semantic-release/changelog @semantic-release/git @semantic-release/github

- name: Print Next Semantic Version
run: npx semantic-release --dry-run
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e0e37b

Please sign in to comment.