Skip to content

Commit 7553143

Browse files
committed
fix: back to old format
1 parent 0152a11 commit 7553143

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ jobs:
4343
uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0
46+
token: ${{ secrets.GH_TOKEN }}
4647
- uses: actions/setup-node@v6
4748
with:
4849
node-version-file: '.nvmrc'
4950
- run: npm ci
5051
- name: Semantic Release
5152
uses: cycjimmy/semantic-release-action@v6
5253
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
55+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5556
with:
5657
branches: |
5758
['master']

0 commit comments

Comments
 (0)