From 6f49f7632a1ecb306dae5e8f241cab54e50cb36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zorro?= Date: Mon, 11 Mar 2024 18:56:46 -0500 Subject: [PATCH] ci(general): reintroducing missing script --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 32f4c47..c38dd22 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -89,6 +89,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: path: ./dist + - name: Update install.sh file + run: scripts/release.sh + if: startsWith(github.ref, 'refs/tags/') - name: Create Release Draft uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')