Skip to content

Commit 1283dcf

Browse files
committed
chore(workflow): update release.yml to include better-python wasm
- Updated release.yml to include better-python wasm file for release (main)
1 parent 4316c4d commit 1283dcf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Create release
5252
uses: softprops/action-gh-release@v2
5353
with:
54-
name: "${{ steps.update-version.outputs.VERSION }}"
55-
tag_name: "refs/tags/${{ steps.update-version.outputs.VERSION }}"
54+
name: "${{ steps.latest.outputs.output }}"
55+
tag_name: "refs/tags/${{ steps.latest.outputs.output }}"
5656
body_path: release_body.md
57-
files: sqlc-gen-java.wasm
57+
files: sqlc-gen-better-python.wasm

0 commit comments

Comments
 (0)