Skip to content

Commit 33baf90

Browse files
Updated gha file
1 parent f8ce3b9 commit 33baf90

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/publish_release.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Publish Release
33
on:
44
push:
55
tags: ['v[0-9]+\.[0-9]+\.[0-9]+.*']
6-
6+
branches:
7+
- develop
8+
- main
9+
workflow_dispatch: # Allow manual triggering from the GitHub UI
710

811
jobs:
912
check-tag:
@@ -40,4 +43,5 @@ jobs:
4043
release_name: Release ${{ github.event.ref }}
4144
body: ${{ steps.release_notes.outputs.notes }}
4245
draft: false
43-
prerelease: false
46+
prerelease: false
47+

current_package_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

0 commit comments

Comments
 (0)