add auto tag when new version is detected
This commit is contained in:
Binary file not shown.
@@ -36,6 +36,7 @@ jobs:
|
|||||||
commit_user_name: gitea-actions[bot]
|
commit_user_name: gitea-actions[bot]
|
||||||
commit_user_email: no-reply@brainsys.io
|
commit_user_email: no-reply@brainsys.io
|
||||||
commit_message: gitea-actions auto commit - update version
|
commit_message: gitea-actions auto commit - update version
|
||||||
|
tagging_message: "${{ steps.new_version.outputs.build }}"
|
||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
|
||||||
- name: debug output value
|
- name: debug output value
|
||||||
@@ -52,7 +53,6 @@ jobs:
|
|||||||
- name: Set version to env vars
|
- name: Set version to env vars
|
||||||
run: |
|
run: |
|
||||||
echo "VERSION=`cat .version`" >> $GITHUB_ENV
|
echo "VERSION=`cat .version`" >> $GITHUB_ENV
|
||||||
echo "$VERSION"
|
|
||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
@@ -106,5 +106,4 @@ jobs:
|
|||||||
files: |-
|
files: |-
|
||||||
bin/**
|
bin/**
|
||||||
api_key: "${{ secrets.RELEASE_TOKEN }}"
|
api_key: "${{ secrets.RELEASE_TOKEN }}"
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user