Skip to content

Commit

Permalink
ci: try to fix error of pushing package.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed Oct 24, 2023
1 parent 0f6408f commit 27b21cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
minor_release_to_nuget:
if: ${{ github.event.workflow_run.conclusion == 'success' && needs.release-minor-trigger.outputs.workflow_run_id }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
patch_release_to_nuget:
if: ${{ github.event.workflow_run.conclusion == 'success' && needs.release-patch-trigger.outputs.workflow_run_id }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 27b21cf

Please sign in to comment.