Update ci-version-bump.yml

This commit is contained in:
a5r0n
2025-01-09 11:38:45 +02:00
committed by GitHub
parent d7451ed4e4
commit b6146ba850
+3 -1
View File
@@ -53,6 +53,8 @@ jobs:
- name: Create release - name: Create release
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
uses: actions/create-release@v1 uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: ${{ steps.bump-version.outputs.NEW_VERSION }} tag_name: ${{ steps.bump-version.outputs.NEW_VERSION }}
release_name: Release ${{ steps.bump-version.outputs.NEW_VERSION }} release_name: Release ${{ steps.bump-version.outputs.NEW_VERSION }}
@@ -67,4 +69,4 @@ jobs:
with: with:
comment_tag: next_version comment_tag: next_version
message: | message: |
Next version to publish after this PR is merged: `${{ steps.bump-version.outputs.NEW_VERSION }}` Next version to publish after this PR is merged: `${{ steps.bump-version.outputs.NEW_VERSION }}`