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