Răsfoiți Sursa

fix: fix broken actions

Steve Johnson 2 ani în urmă
părinte
comite
2131a85699
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
             echo "::set-output name=tag::v${{ steps.bump-version.outputs.newVersionName }}"
           else
-            echo "::set-output name=tag::$(git describe --tags --abbrev=0)
+            echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
           fi
 
       - name: Tag Repo