wrong version ?
Some checks failed
/ validate (push) Successful in 4s
/ build (push) Failing after 14s

This commit is contained in:
Ludovic Cartier
2025-07-21 17:48:21 +02:00
parent b4ee05d53d
commit 15b3466b30

View File

@@ -38,19 +38,21 @@ jobs:
commit_message: gitea-actions auto commit - update version commit_message: gitea-actions auto commit - update version
push_options: '--force' push_options: '--force'
- name: degug output - name: debug output value
run: echo "${{ steps.new_version.outputs.build }}" run: echo "${{ steps.new_version.outputs.build }}"
build: build:
needs: validate #needs: validate
if: needs.validate.outputs.build == 'true' #if: needs.validate.outputs.build == 'true'
timeout-minutes: 2 timeout-minutes: 2
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Get version - name: Get version
run: VERSION=`cat .version` run: |
VERSION=`cat .version`
echo "$VERSION"
- name: Setup go - name: Setup go
uses: actions/setup-go@v4 uses: actions/setup-go@v4