gros teubé
All checks were successful
/ validate (push) Successful in 4s
/ build (push) Successful in 27s

This commit is contained in:
Ludovic Cartier
2025-07-21 23:55:46 +02:00
parent 11e8cd20d0
commit 77af792e82

View File

@@ -49,7 +49,7 @@ jobs:
run: echo "${{ steps.new_version.outputs.version }}" run: echo "${{ steps.new_version.outputs.version }}"
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
@@ -58,6 +58,7 @@ jobs:
- name: Set version to env vars - name: Set version to env vars
run: | run: |
echo "${{ needs.validate.outputs.version }}"
echo "VERSION=${{ needs.validate.outputs.version }}" >> $GITHUB_ENV echo "VERSION=${{ needs.validate.outputs.version }}" >> $GITHUB_ENV
- name: Setup go - name: Setup go