Skip to content

Commit 0538803

Browse files
committed
fix: correct tar and powershell commands in release workflow
1 parent f91148f commit 0538803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
create-tag:
2121
name: Create Release Tag
22-
if: github.event.pull_request.merged == true
22+
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
2323
runs-on: ubuntu-latest
2424
outputs:
2525
tag: ${{ steps.version.outputs.tag }}

0 commit comments

Comments
 (0)