Просмотр исходного кода

chore: finalize release workflow with main branch install script reference

xcad 9 месяцев назад
Родитель
Сommit
4ee6f75ebf
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      .github/workflows/release.yaml

+ 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: >