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 64426cc commit 223d409Copy full SHA for 223d409
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: "12.x"
17
- run: yarn install --pure-lockfile
18
- run: yarn build
19
- # - run: npx semantic-release
20
- # env:
21
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npx semantic-release
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments