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