mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Use output of tagging action in message
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
parent
d03b1af90d
commit
0c96da1136
1 changed files with 1 additions and 1 deletions
2
.github/workflows/make_release.yaml
vendored
2
.github/workflows/make_release.yaml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
with:
|
||||
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
||||
url: ${{ secrets.MASTODON_URL }}
|
||||
message: "Version v${{ inputs.version }} of beets has been released! Check out all of the new changes at ${{ steps.create_release.outputs.html_url }}"
|
||||
message: "Version ${{ steps.tag_version.outputs.new_tag }} of beets has been released! Check out all of the new changes at ${{ steps.create_release.outputs.html_url }}"
|
||||
|
||||
publish_to_pypi:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue