Skip to content

Commit 382d410

Browse files
committed
chore: Update release script
1 parent 0485786 commit 382d410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111

1212
jobs:
1313
release:
14-
if: github.repository == 'CodeDredd/pinia-orm' && startsWith(github.event.head_commit.message, 'v1.')
14+
if: github.repository == 'CodeDredd/pinia-orm' && startsWith(github.event.head_commit.message, 'v2.')
1515
permissions:
1616
id-token: write
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)