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 65f60ac commit 1b0256dCopy full SHA for 1b0256d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- node-version: [20.x, 21.x]
+ node-version: [20.x]
23
24
steps:
25
- uses: actions/checkout@v4
@@ -63,8 +63,8 @@ jobs:
63
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"
64
echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}"
65
66
- # - name: Release with semantic-release
67
- # env:
68
- # GH_TOKEN: ${{ secrets.GH_TOKEN }}
69
- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
70
- # run: npx semantic-release
+ - name: Release with semantic-release
+ env:
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npx semantic-release
0 commit comments