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: