We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5735b + c3585ab commit e634b9cCopy full SHA for e634b9c
.github/workflows/publish.yml
@@ -4,9 +4,11 @@ name: Release
4
run-name: Release version ${{ github.ref_name }} of the SDK
5
6
on:
7
- # no explicit inputs for tag_name; rely on the selected reference from the UI
8
- workflow_dispatch:
9
-
+ push:
+ tags:
+ - "v*"
10
+ workflow_dispatch:
11
+
12
# ensures only a single instance of this release workflow is running at any one time
13
concurrency:
14
group: release-${{ github.ref_name }}
0 commit comments