Try with the right step name
All checks were successful
Get latest release version / get-version (push) Successful in 6s

This commit is contained in:
2024-06-03 22:29:32 -05:00
parent ec9f27d722
commit a07f353554

View File

@@ -1,7 +1,7 @@
name: Get latest release version name: Get latest release version
on: on:
schedule: schedule:
- cron: "27 * * * *" - cron: "30 * * * *"
jobs: jobs:
get-version: get-version:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -23,7 +23,7 @@ jobs:
- name: Commit latest release version - name: Commit latest release version
if: steps.git-check.outputs.modified == 'true' if: steps.git-check.outputs.modified == 'true'
run: | run: |
echo "${{ steps.vars.outputs.VERSION_TAG }}" echo "${{ steps.version-check.outputs.VERSION_TAG }}"
git config --global user.name 'Mindfang' git config --global user.name 'Mindfang'
git config --global user.email 'mindfang@taco.quest' git config --global user.email 'mindfang@taco.quest'
git commit -am "Trigger new release autobuild for ${{ steps.vars.outputs.VERSION_TAG }}" git commit -am "Trigger new release autobuild for ${{ steps.vars.outputs.VERSION_TAG }}"