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 5a73093 commit 098c3d3Copy full SHA for 098c3d3
.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
17
ci:
18
uses: ./.github/workflows/main.yml
19
with:
20
- publish: ${{ github.event_name == 'push' && github.server_url == 'https://github.com' }}
+ publish: ${{ github.event_name == 'push' && github.server_url == 'https://github.com' || github.event_name == 'workflow_dispatch' && inputs.type == 'release' }}
21
use-repo-files: true
22
offset: 400
23
build-m1: true
24
draft: ${{ github.event_name == 'workflow_dispatch' && inputs.type == 'draft' }}
25
- secrets: inherit
+ secrets: inherit
0 commit comments