testing with global env
This commit is contained in:
Binary file not shown.
@@ -28,6 +28,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "build=false" >> $GITHUB_OUTPUT
|
echo "build=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
echo "VERSION=`cat .version`" >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
- uses: stefanzweifel/git-auto-commit-action@v6
|
||||||
with:
|
with:
|
||||||
@@ -36,7 +37,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 }}"
|
tagging_message: "$VERSION"
|
||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
|
||||||
- name: debug output value
|
- name: debug output value
|
||||||
|
Reference in New Issue
Block a user