Skip to content

Commit d6b78c6

Browse files
authored
Merge pull request #8 from mona-actions/pmartindev/release-change
Update auto-tag-and-release.yml
2 parents 181dcb9 + ebbcd0f commit d6b78c6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/auto-tag-and-release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
name: Auto Tag and Release
33
on:
4-
pull_request:
5-
types:
6-
- closed
7-
branches:
8-
- main
4+
workflow_dispatch:
95
jobs:
106
build:
117
runs-on: ubuntu-latest
@@ -30,4 +26,4 @@
3026
with:
3127
tag: ${{ steps.auto-tag.outputs.new_tag }}
3228
token: ${{ secrets.GITHUB_TOKEN }}
33-
generateReleaseNotes: true
29+
generateReleaseNotes: true

0 commit comments

Comments
 (0)