diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b841959..ee25035 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Build and upload SQLite3 WASM on: push: tags: - - "v[0-9]+.[0-9]+.[0-9]+-powersync.[0-9]+" + - "v[0-9]+.[0-9]+.[0-9]+-powersync.[0-9]+.[0-9]+.[0-9]+" jobs: compile_sqlite3_wasm: