We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0485786 commit 382d410Copy full SHA for 382d410
.github/workflows/release.yml
@@ -11,7 +11,7 @@ permissions: {}
11
12
jobs:
13
release:
14
- if: github.repository == 'CodeDredd/pinia-orm' && startsWith(github.event.head_commit.message, 'v1.')
+ if: github.repository == 'CodeDredd/pinia-orm' && startsWith(github.event.head_commit.message, 'v2.')
15
permissions:
16
id-token: write
17
runs-on: ubuntu-latest
0 commit comments