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 f352217 commit a216991Copy full SHA for a216991
.github/workflows/version.yml
@@ -3,6 +3,9 @@ name: "Update Version"
3
on:
4
push:
5
branches: ["main"]
6
+ release:
7
+ types: [published]
8
+ # creating a new release https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#release
9
workflow_dispatch:
10
# manual workflow
11
env:
0 commit comments