Skip to content

Commit

Permalink
Merge pull request #52 from thygesteffensen/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
thygesteffensen committed Dec 14, 2022
2 parents e91f8d4 + e0b6d65 commit f6aa6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Dry Run Semantic to get next Version number
working-directory: ./.github/workflows
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: thygesteffensen
GIT_AUTHOR_EMAIL: 31892312+thygesteffensen@users.noreply.github.com
run: |
Expand All @@ -63,7 +63,7 @@ jobs:
working-directory: .\\.github\\workflows
env:
CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: thygesteffensen
GIT_AUTHOR_EMAIL: 31892312+thygesteffensen@users.noreply.github.com
run: npx semantic-release

0 comments on commit f6aa6ca

Please sign in to comment.