mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
Update ci-version-bump.yml
This commit is contained in:
@@ -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 }}`
|
||||||
|
|||||||
Reference in New Issue
Block a user