From 9db5ff6891a665cc68e1e6d76dfbc8a548632434 Mon Sep 17 00:00:00 2001 From: TehMuffinMoo Date: Fri, 1 Mar 2024 21:09:13 +0000 Subject: [PATCH] workflow.. --- .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 1759c403..4c6accb5 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: ${{ Version }} + release_name: Release ${{ Version }} + body: ${{ ReleaseNotes }} draft: true prerelease: false \ No newline at end of file