Skip to content

Commit

Permalink
Merge pull request #41 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 8398732 + c5d08a1 commit c4b552e
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: ${{ env.Version }}
release_name: Release ${{ env.Version }}
body: ${{ env.ReleaseNotes }}
draft: true
prerelease: false

0 comments on commit c4b552e

Please sign in to comment.