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 bd2f652 commit 88eda78Copy full SHA for 88eda78
.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@8c417832638f49cca3ea19247dc9f15d3632a1fc # 2.2.8
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@2128940177dd0724da46506d288b0e1f72e9d134 # 2.2.9
23
with:
24
workflowName: ${{ github.event.workflow_run.name }}
25
artifactPattern: release-packages-*
0 commit comments