Skip to content

Commit

Permalink
Update prerelease-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freakydude authored Nov 12, 2023
1 parent a43d75d commit 0e36a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# tagName: ${{ env.tagName }} # the action automatically replaces \_\_VERSION\_\_ with the app version
tagName: ${{ env.tagName }} # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: ${{ env.releaseName }}
releaseBody: Autobuilded packages of latest 'main' branch commit
releaseDraft: false
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ env.releaseName }}
# tag_name: ${{ env.tagName }}
tag_name: ${{ env.tagName }}
prerelease: ${{ env.preRelease }}
generate_release_notes: true
files: |
Expand Down

0 comments on commit 0e36a6f

Please sign in to comment.