Skip to content

Commit

Permalink
ci: Typo in secret
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen committed Dec 14, 2022
1 parent c487aa6 commit e0b6d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
working-directory: .\\.github\\workflows
env:
CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }}
GITHUB_TOKEN: ${{ secrets.GITUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: thygesteffensen
GIT_AUTHOR_EMAIL: [email protected]
run: npx semantic-release

0 comments on commit e0b6d65

Please sign in to comment.