We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272b0ae commit 30fef0fCopy full SHA for 30fef0f
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Release
58
env:
59
- GITHUB_TOKEN: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }}
+ GITHUB_TOKEN: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }}
60
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
shell: bash
62
run: |
.github/workflows/test-release.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
51
52
npm run release -- --dry-run
0 commit comments