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 a849232 commit 62393d6Copy full SHA for 62393d6
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish Package
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - 'v*' # Triggers on tags like v1.2.3, v2.0.0, etc.
7
8
permissions:
9
id-token: write # Required for OIDC
0 commit comments