We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85616ba commit fdbef18Copy full SHA for fdbef18
.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