Skip to content

Commit e0b6d65

Browse files
ci: Typo in secret
1 parent c487aa6 commit e0b6d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
working-directory: .\\.github\\workflows
6464
env:
6565
CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }}
66-
GITHUB_TOKEN: ${{ secrets.GITUB_TOKEN }}
66+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
GIT_AUTHOR_NAME: thygesteffensen
6868
GIT_AUTHOR_EMAIL: [email protected]
6969
run: npx semantic-release

0 commit comments

Comments
 (0)