From 4d1ba330f21a7d9acb271429277c72f9e1eae7af Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 21 Jul 2025 18:37:47 +0200 Subject: [PATCH] needs insteads of jobs --- .gitea/workflows/varnish-exporter.yml | 4 ++-- .version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index 6ed99f3..cc993a9 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -55,9 +55,9 @@ jobs: runs-on: ubuntu-latest steps: - name: debug - run: echo "${{ jobs.validate.outputs.tag }}" + run: echo "${{ needs.validate.outputs.tag }}" - uses: actions/checkout@v4 - ref: '${{ jobs.validate.outputs.tag }}' + ref: '${{ needs.validate.outputs.tag }}' - name: Set version to env vars run: | diff --git a/.version b/.version index 9c6d629..45a1b3f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.6.1 +1.1.2