Skip to content

Commit

Permalink
Merge pull request #39 from TehMuffinMoo/dev
Browse files Browse the repository at this point in the history
reattempt
  • Loading branch information
TehMuffinMoo authored Mar 1, 2024
2 parents 176ba09 + f77eb0f commit 2e243d8
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: ${{ steps.build.outputs.Version }}
release_name: Release ${{ steps.build.outputs.Version }}
body: ${{ steps.build.outputs.ReleaseNotes }}
tag_name: $Version
release_name: Release $Version
body: $ReleaseNotes
draft: true
prerelease: false

0 comments on commit 2e243d8

Please sign in to comment.