We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90970e5 commit 75b6045Copy full SHA for 75b6045
.github/workflows/release.yml
@@ -49,12 +49,10 @@ jobs:
49
if: github.event_name == 'workflow_dispatch' && inputs.dry_run
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
run: npm run semantic-release -- --dry-run
54
55
- name: Semantic Release
56
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && !inputs.dry_run)
57
58
59
60
run: npm run semantic-release
0 commit comments