We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2917e50 commit 44f9b28Copy full SHA for 44f9b28
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
@semantic-release/git
30
env:
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32
- GITHUB_TOKEN: ${{ bot_token }}
+ GITHUB_TOKEN: ${{ env.bot_token }}
33
34
- name: Publish To GitHub Package Registry
35
if: steps.semantic.outputs.new_release_published == 'true'
@@ -39,10 +39,10 @@ jobs:
39
registry-url: https://npm.pkg.github.com
40
scope: bubkoo
41
42
- NODE_AUTH_TOKEN: ${{ bot_token }}
+ NODE_AUTH_TOKEN: ${{ env.bot_token }}
43
44
45
46
run: npm publish
47
48
0 commit comments