Skip to content

Commit

Permalink
Update create-build-screenshots-tarball.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lheberlie authored Apr 23, 2024
1 parent 2287c09 commit 581351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-build-screenshots-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
draft: false
prerelease: false
release_name: "v${{ env.RELEASE_VERSION }}.${{ steps.version.outputs.patch-version }}"
tag_name: "${{ env.RELEASE_VERSION }}"
tag_name: "v${{ env.RELEASE_VERSION }}.${{ steps.version.outputs.patch-version }}"
body: "Release ${{ env.RELEASE_VERSION }} ${{ env.RELEASE_DATE }}"
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 581351f

Please # to comment.