From e3e752ee3cb062df33a347f04514bca6d8f4e975 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Mon, 22 Jan 2024 15:57:10 +0100 Subject: [PATCH] GHA tag release workflow: Use php82 branch of the build script --- .github/workflows/tag-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index fdffb2ac..1456ae60 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 with: repository: OpenConext/Stepup-Build - ref: master + ref: feature/php82_build - name: Output the semver tag to the tag variable id: vars run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}