Selaa lähdekoodia

fix: use tag reference in install script URLs instead of branch name

xcad 4 kuukautta sitten
vanhempi
commit
b24adebd6b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .github/workflows/release.yaml

+ 2 - 2
.github/workflows/release.yaml

@@ -120,12 +120,12 @@ jobs:
             
             Install using the installation script:
             ```bash
-            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/refactor/boilerplates-v2/scripts/install.sh | bash
+            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/${{ steps.version.outputs.tag }}/scripts/install.sh | bash
             ```
             
             Or install a specific version:
             ```bash
-            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/refactor/boilerplates-v2/scripts/install.sh | bash -s -- --version ${{ steps.version.outputs.tag }}
+            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/${{ steps.version.outputs.tag }}/scripts/install.sh | bash -s -- --version ${{ steps.version.outputs.tag }}
             ```
           draft: false
           prerelease: >