Explorar o código

fix: fix broken actions

Steve Johnson %!s(int64=2) %!d(string=hai) anos
pai
achega
2131a85699
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build-release.yaml

+ 1 - 1
.github/workflows/build-release.yaml

@@ -101,7 +101,7 @@ jobs:
           if [[ "${{ inputs.auto-bump-version }}" == "true" ]]; then
           if [[ "${{ inputs.auto-bump-version }}" == "true" ]]; then
             echo "::set-output name=tag::v${{ steps.bump-version.outputs.newVersionName }}"
             echo "::set-output name=tag::v${{ steps.bump-version.outputs.newVersionName }}"
           else
           else
-            echo "::set-output name=tag::$(git describe --tags --abbrev=0)
+            echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
           fi
           fi
 
 
       - name: Tag Repo
       - name: Tag Repo