Эх сурвалжийг харах

chore: finalize release workflow with main branch install script reference

xcad 4 сар өмнө
parent
commit
4ee6f75ebf

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

@@ -117,15 +117,15 @@ jobs:
           name: Release ${{ steps.version.outputs.tag }}
           body: |
             ## Boilerplates CLI ${{ steps.version.outputs.tag }}
-            
+
             Install using the installation script:
             ```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:
             ```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
           prerelease: >