From 99494a3d881d0a0e04e8c255d396a6b6f169f3ee Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Fri, 22 Nov 2024 14:16:48 +0100 Subject: [PATCH] Use master instead of main from stepup-build --- .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 8de1940d..5558a40c 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: repository: OpenConext/Stepup-Build - ref: master + ref: main fetch-depth: 0 - name: Output the semver tag to the tag variable id: vars