Skip to content

Commit

Permalink
feat: use static link to release tag for draft release body
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Jan 6, 2024
1 parent 64765ab commit e19a311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
tag_name: ${{ steps.version_info.outputs.latest_tag }}
release_name: Release Aseprite ${{ steps.version_info.outputs.latest_tag }}
body: |
For more information, go to: https://github.com/aseprite/aseprite/releases/latest
For more information, go to: https://github.com/aseprite/aseprite/releases/tag/${{ steps.version_info.outputs.latest_tag }}
draft: true
prerelease: false

Expand Down

0 comments on commit e19a311

Please sign in to comment.