testing with global env
Some checks failed
/ validate (push) Successful in 4s
/ build (push) Failing after 19s

This commit is contained in:
Ludovic Cartier
2025-07-21 18:13:28 +02:00
parent 434ca1a356
commit 8ca4e716f1
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
1.6.1
1.6.0