Skip to content

Commit

Permalink
[no ci] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Oct 23, 2024
1 parent 5a73093 commit 098c3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
ci:
uses: ./.github/workflows/main.yml
with:
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' }}
use-repo-files: true
offset: 400
build-m1: true
draft: ${{ github.event_name == 'workflow_dispatch' && inputs.type == 'draft' }}
secrets: inherit
secrets: inherit

0 comments on commit 098c3d3

Please sign in to comment.