Sfoglia il codice sorgente

chore: finalize release workflow with main branch install script reference

xcad 7 mesi fa
parent
commit
4ee6f75ebf
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      .github/workflows/release.yaml

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

@@ -117,15 +117,15 @@ jobs:
           name: Release ${{ steps.version.outputs.tag }}
           name: Release ${{ steps.version.outputs.tag }}
           body: |
           body: |
             ## Boilerplates CLI ${{ steps.version.outputs.tag }}
             ## Boilerplates CLI ${{ steps.version.outputs.tag }}
-            
+
             Install using the installation script:
             Install using the installation script:
             ```bash
             ```bash
-            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/${{ steps.version.outputs.tag }}/scripts/install.sh | bash
+            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bash
             ```
             ```
-            
+
             Or install a specific version:
             Or install a specific version:
             ```bash
             ```bash
-            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/${{ steps.version.outputs.tag }}/scripts/install.sh | bash -s -- --version ${{ steps.version.outputs.tag }}
+            curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bash -s -- --version ${{ steps.version.outputs.tag }}
             ```
             ```
           draft: false
           draft: false
           prerelease: >
           prerelease: >