Skip to content

Commit 098c3d3

Browse files
[no ci] fix workflow
1 parent 5a73093 commit 098c3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
ci:
1818
uses: ./.github/workflows/main.yml
1919
with:
20-
publish: ${{ github.event_name == 'push' && github.server_url == 'https://github.com' }}
20+
publish: ${{ github.event_name == 'push' && github.server_url == 'https://github.com' || github.event_name == 'workflow_dispatch' && inputs.type == 'release' }}
2121
use-repo-files: true
2222
offset: 400
2323
build-m1: true
2424
draft: ${{ github.event_name == 'workflow_dispatch' && inputs.type == 'draft' }}
25-
secrets: inherit
25+
secrets: inherit

0 commit comments

Comments
 (0)