Skip to content

Commit d90f647

Browse files
committed
Use new release tag format
1 parent e11dc0a commit d90f647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and upload SQLite3 WASM
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
6+
- "v[0-9]+.[0-9]+.[0-9]+-powersync.[0-9]+"
77

88
jobs:
99
compile_sqlite3_wasm:
@@ -25,7 +25,7 @@ jobs:
2525
overwrite: true
2626
file: sqlite3/.dart_tool/sqlite3_build/sqlite3.wasm
2727
asset_name: sqlite3.wasm
28-
body: "SQLite3 WASM binary"
28+
body: "PowerSync SQLite3 WASM binary"
2929
tag: ${{ github.ref_name }}
3030
- name: Upload sqlite3 debug binary
3131
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)