We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ce3b9 commit 33baf90Copy full SHA for 33baf90
.github/workflows/publish_release.yaml
@@ -3,7 +3,10 @@ name: Publish Release
3
on:
4
push:
5
tags: ['v[0-9]+\.[0-9]+\.[0-9]+.*']
6
-
+ branches:
7
+ - develop
8
+ - main
9
+ workflow_dispatch: # Allow manual triggering from the GitHub UI
10
11
jobs:
12
check-tag:
@@ -40,4 +43,5 @@ jobs:
40
43
release_name: Release ${{ github.event.ref }}
41
44
body: ${{ steps.release_notes.outputs.notes }}
42
45
draft: false
- prerelease: false
46
+ prerelease: false
47
+
current_package_version
@@ -1 +1 @@
1
-1.6.0
+1.6.1
0 commit comments