Skip to content

Commit 7ef4e89

Browse files
Update publish condition in release-build.yml
1 parent 4643e2a commit 7ef4e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if-no-files-found: error
6060

6161
publish:
62-
if: startsWith(github.ref, 'refs/tags/v')
62+
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v')
6363
needs: build
6464
runs-on: ubuntu-latest
6565

0 commit comments

Comments
 (0)