We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e91f8d4 + e0b6d65 commit f6aa6caCopy full SHA for f6aa6ca
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Dry Run Semantic to get next Version number
41
working-directory: ./.github/workflows
42
env:
43
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
GIT_AUTHOR_NAME: thygesteffensen
45
GIT_AUTHOR_EMAIL: [email protected]
46
run: |
@@ -63,7 +63,7 @@ jobs:
63
working-directory: .\\.github\\workflows
64
65
CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }}
66
67
68
69
run: npx semantic-release
0 commit comments