Skip to content

Commit

Permalink
chore: remove draft
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Nov 5, 2024
1 parent a9056aa commit 5d4938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
changes=$(awk "/## $version/{flag=1;next}/##/{flag=0}flag" packages/powersync/CHANGELOG.md)
body="Release $tag
$changes"
gh release --draft "$tag" --title "$tag" --notes "$body"
gh release "$tag" --title "$tag" --notes "$body"
gh release upload "${{ github.ref_name }}" packages/powersync/assets/powersync_db.worker.js packages/powersync/assets/powersync_sync.worker.js

0 comments on commit 5d4938a

Please sign in to comment.