mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 07:20:23 +00:00
Update ci-version-bump.yml
This commit is contained in:
@@ -53,6 +53,8 @@ jobs:
|
||||
- name: Create release
|
||||
if: github.ref == 'refs/heads/main'
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.bump-version.outputs.NEW_VERSION }}
|
||||
release_name: Release ${{ steps.bump-version.outputs.NEW_VERSION }}
|
||||
@@ -67,4 +69,4 @@ jobs:
|
||||
with:
|
||||
comment_tag: next_version
|
||||
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