Skip to content

Commit efc2372

Browse files
authored
fix(release): update github token syntax (#3)
1 parent edbd839 commit efc2372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: semantic
5353
uses: cycjimmy/semantic-release-action@v4
5454
env:
55-
github-token: ${{ secrets.ADMIN_TOKEN || secrets.GITHUB_TOKEN }}
55+
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN || secrets.GITHUB_TOKEN }}
5656
with:
5757
dry_run: ${{ github.event_name == 'pull_request' }}
5858
- name: Run GoReleaser

0 commit comments

Comments
 (0)