gros teubé
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
run: echo "${{ steps.new_version.outputs.version }}"
|
||||
|
||||
build:
|
||||
#needs: validate
|
||||
needs: validate
|
||||
#if: needs.validate.outputs.build == 'true'
|
||||
timeout-minutes: 2
|
||||
runs-on: ubuntu-latest
|
||||
@@ -58,6 +58,7 @@ jobs:
|
||||
|
||||
- name: Set version to env vars
|
||||
run: |
|
||||
echo "${{ needs.validate.outputs.version }}"
|
||||
echo "VERSION=${{ needs.validate.outputs.version }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup go
|
||||
|
Reference in New Issue
Block a user