Skip to content

Commit

Permalink
ci(general): reintroducing missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 11, 2024
1 parent 43d94db commit 6f49f76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 6f49f76

Please sign in to comment.