diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 4c0bb7eb..07779f53 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -17,7 +17,6 @@ jobs: uses: actions/checkout@v4 with: repository: OpenConext/Stepup-Build - ref: feature/php82_build - name: Output the semver tag to the tag variable id: vars run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}