From cbae2413ae6585e2249318e6e12f0bb96607c62b Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 20 Feb 2026 16:45:43 +0100 Subject: [PATCH] use correct github expression varaible in create-pr step --- .github/workflows/linux-makepkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-makepkg.yml b/.github/workflows/linux-makepkg.yml index a79459612..f43414d93 100644 --- a/.github/workflows/linux-makepkg.yml +++ b/.github/workflows/linux-makepkg.yml @@ -104,7 +104,7 @@ jobs: TARBALL_SHA256=$(sha256sum cryptomator.tar.gz | cut -d ' ' -f1) echo "value=${TARBALL_SHA256}" >> "$GITHUB_OUTPUT" env: - TAG: ${{ needs.get-version.outputs.semVerNum || github.event.release.tag_name }} + TAG: ${{ needs.get-version.outputs.semVerStr || github.event.release.tag_name }} - name: Checkout cryptomator/aur repo uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: