Skip to content

Commit

Permalink
Use new release tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Jul 23, 2024
1 parent e11dc0a commit d90f647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload SQLite3 WASM
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-powersync.[0-9]+"

jobs:
compile_sqlite3_wasm:
Expand All @@ -25,7 +25,7 @@ jobs:
overwrite: true
file: sqlite3/.dart_tool/sqlite3_build/sqlite3.wasm
asset_name: sqlite3.wasm
body: "SQLite3 WASM binary"
body: "PowerSync SQLite3 WASM binary"
tag: ${{ github.ref_name }}
- name: Upload sqlite3 debug binary
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit d90f647

Please sign in to comment.