We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a1583 commit 83c5768Copy full SHA for 83c5768
.github/workflows/publish-nuget.yml
@@ -19,7 +19,7 @@ jobs:
19
nuget:
20
name: Publish
21
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
22
- uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@5180fae4928a5878c346926750c43374bf841c43 # 2.0.21
23
with:
24
workflowName: ${{ github.event.workflow_run.name }}
25
artifactPattern: release-packages-*
0 commit comments