From c5d08a12b8f670347a09606d76fd6b96a44226de Mon Sep 17 00:00:00 2001 From: TehMuffinMoo Date: Fri, 1 Mar 2024 21:13:09 +0000 Subject: [PATCH] reattempt --- .github/workflows/PSGallery-Publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PSGallery-Publish.yaml b/.github/workflows/PSGallery-Publish.yaml index 4c6accb5..d8dc789c 100644 --- a/.github/workflows/PSGallery-Publish.yaml +++ b/.github/workflows/PSGallery-Publish.yaml @@ -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 \ No newline at end of file