Skip to content

Commit

Permalink
Merge pull request #40 from TehMuffinMoo/dev
Browse files Browse the repository at this point in the history
workflow..
  • Loading branch information
TehMuffinMoo authored Mar 1, 2024
2 parents 2e243d8 + 9db5ff6 commit 8398732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PSGallery-Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GIT_ACTIONS }}
with:
tag_name: $Version
release_name: Release $Version
body: $ReleaseNotes
tag_name: ${{ Version }}
release_name: Release ${{ Version }}
body: ${{ ReleaseNotes }}
draft: true
prerelease: false

0 comments on commit 8398732

Please sign in to comment.