Skip to content

Commit f6aa6ca

Browse files
Merge pull request #52 from thygesteffensen/dev
Dev
2 parents e91f8d4 + e0b6d65 commit f6aa6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Dry Run Semantic to get next Version number
4141
working-directory: ./.github/workflows
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
GIT_AUTHOR_NAME: thygesteffensen
4545
GIT_AUTHOR_EMAIL: [email protected]
4646
run: |
@@ -63,7 +63,7 @@ jobs:
6363
working-directory: .\\.github\\workflows
6464
env:
6565
CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }}
66-
GITHUB_TOKEN: ${{ secrets.GH_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)