Skip to content

Commit

Permalink
Merge pull request #46 from ngraveio/dry-run
Browse files Browse the repository at this point in the history
fix: semantic release dry run
  • Loading branch information
irfan798 authored Jan 16, 2025
2 parents 84f9530 + 7a42a94 commit 02b856e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Dry-run release
run: |
npx semantic-release --dry-run --branches '[{"name": "${{ github.ref_name }}", "prerelease": "beta", "channel": "beta"}]'
npx semantic-release --dry-run --branches '[{"name": "${{ github.ref_name }}", "prerelease": "beta", "channel": "beta"}, "release"]'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 02b856e

Please sign in to comment.