Skip to content

Commit

Permalink
fix<ci>: add automated release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfunc committed Oct 12, 2024
1 parent 3d8818d commit c036847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.RELEASE_VERSION }}
tag_name: automated-release-${{ env.RELEASE_VERSION }}
release_name: Release ${{ env.RELEASE_VERSION }}
body: |
🚀 sif automated release v${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit c036847

Please sign in to comment.