We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0402bd7 commit 4664a21Copy full SHA for 4664a21
.github/workflows/release.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
deploy:
13
name: "Deploy Packages to Nuget"
14
- if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'release'
+# if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'release'
15
runs-on: ubuntu-latest
16
steps:
17
# - name: Download and Extract Artifacts from build
0 commit comments