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 730bc61 commit cffb14dCopy full SHA for cffb14d
.github/workflows/build.yml
@@ -119,8 +119,7 @@ jobs:
119
node-version: 20
120
- run: npm ci
121
- run: npm run build
122
- - run: tree -a prebuilds
123
- # - run: npm run semantic-release
124
- # env:
125
- # GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
126
- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npm run semantic-release
+ env:
+ GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments