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.
1 parent e250515 commit 096d1e2Copy full SHA for 096d1e2
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Dry Run Semantic to get next Version nummber
54
working-directory: ./.github/workflows
55
env:
56
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
GIT_AUTHOR_NAME: thygesteffensen
58
GIT_AUTHOR_EMAIL: [email protected]
59
run: |
0 commit comments