testing with global env
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
||||
else
|
||||
echo "build=false" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
echo "VERSION=`cat .version`" >> $GITHUB_ENV
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
@@ -36,7 +37,7 @@ jobs:
|
||||
commit_user_name: gitea-actions[bot]
|
||||
commit_user_email: no-reply@brainsys.io
|
||||
commit_message: gitea-actions auto commit - update version
|
||||
tagging_message: "${{ steps.new_version.outputs.build }}"
|
||||
tagging_message: "$VERSION"
|
||||
push_options: '--force'
|
||||
|
||||
- name: debug output value
|
||||
|
Reference in New Issue
Block a user