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 a80837d commit 8d72899Copy full SHA for 8d72899
.github/workflows/release.yml
@@ -35,4 +35,8 @@ jobs:
35
# run: yarn nx run workspace:packages:lint
36
37
- name: Release
38
- run: yarn nx run workspace:version
+ run: yarn nx run workspace:version
39
+ env:
40
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments