Skip to content

Commit

Permalink
🚀 (attach-artifact-release.yml): add step to edit release name with t…
Browse files Browse the repository at this point in the history
…he new version number to improve release management and clarity
  • Loading branch information
Alejandro Alvarez committed Jul 4, 2024
1 parent d2403e1 commit 348a9a2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ jobs:
echo "Deleted artifact ID: $value"
done
- name: Edit Release
uses: irongut/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ env.RELEASE_ID }}
name: v${{ env.VERSION }}
replacename: true

attach-to-release:
runs-on: ubuntu-latest
needs: prepare-release
Expand All @@ -64,7 +72,7 @@ jobs:
{folder: s390x, zip_name: s390x},
{folder: windows, zip_name: windows},
]

steps:

- uses: actions/checkout@v4
Expand Down

0 comments on commit 348a9a2

Please sign in to comment.