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 f91148f commit 0538803Copy full SHA for 0538803
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ env:
19
jobs:
20
create-tag:
21
name: Create Release Tag
22
- if: github.event.pull_request.merged == true
+ if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
23
runs-on: ubuntu-latest
24
outputs:
25
tag: ${{ steps.version.outputs.tag }}
0 commit comments