Skip to content

Commit

Permalink
reattempt
Browse files Browse the repository at this point in the history
  • Loading branch information
TehMuffinMoo committed Mar 1, 2024
1 parent 9db5ff6 commit c5d08a1
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 c5d08a1

Please sign in to comment.