Skip to content

Commit d73b322

Browse files
correct powersync tags for release trigger
1 parent 93c8b06 commit d73b322

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ name: Compile Assets and Create Draft Release
44
on:
55
push:
66
tags:
7-
- 'v*' # Trigger on tags beginning with 'v'
7+
# Trigger on tags beginning with 'powersync-v'
8+
# This is how `melos version ..` tags things
9+
- 'powersync-v*'
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)