Browse Source

fix ci

tags/0.11.0^2
Rinne 1 year ago
parent
commit
ae24be0215
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release-patch.yml

+ 1
- 1
.github/workflows/release-patch.yml View File

@@ -16,7 +16,7 @@ env:

jobs:
patch_release_to_nuget:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:


Loading…
Cancel
Save