Skip to content

Commit b481a66

Browse files
authoredSep 3, 2024··
fix: value secrets
1 parent 3f52a37 commit b481a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Release
4242
run: npx semantic-release
43+
if: github.event.inputs.git-ref == 'main'
4344
env:
4445
CI: true
45-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
46-
if: github.event.inputs.git-ref == 'main'
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.