Skip to content

Commit

Permalink
ci: updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 6, 2024
1 parent fa96099 commit e708718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
bun changelog --file ./dist/changelog.txt --tag $(git tag --list --sort=v:refname | grep -v beta | tail -n 1)
cat ./dist/changelog.txt
- uses: actions/download-artifact@v4
if: startsWith(github.ref, 'refs/tags/')
with:
path: ./dist
- run: scripts/release.sh
Expand Down

0 comments on commit e708718

Please sign in to comment.