Skip to content

Commit 64bb9c3

Browse files
refactor: try to fix semantic-release issues with GITHUB_TOKEN
1 parent 294ac8c commit 64bb9c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-release-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
shell: bash
1818

1919
env:
20-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2222

2323
permissions:
@@ -71,6 +71,7 @@ jobs:
7171
run: |
7272
# Echo the version from package.json
7373
echo "Current package version: [$(jq -r .version package.json)]"
74+
echo "Env: ${{ toJSON(env) }}"
7475
7576
- name: Setup NodeJS 21
7677
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)