Skip to content

Commit

Permalink
Update cd_release_sideload.yml
Browse files Browse the repository at this point in the history
Fix variable use in WITH step
  • Loading branch information
LanceMcCarthy committed Jun 8, 2022
1 parent 73bd9fa commit 308723c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release_sideload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "v.$env:APP_VERSION"
release_name: "Media File Manager v.$env:APP_VERSION"
tag_name: "v.${{ env.APP_VERSION }}"
release_name: "Media File Manager v.${{ env.APP_VERSION }}"
draft: false
prerelease: false
body_path: .github\other\preview_releasebody.md
Expand Down

0 comments on commit 308723c

Please sign in to comment.