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 f07c4ee commit 8bc0d71Copy full SHA for 8bc0d71
1 file changed
.github/workflows/publish-nuget.yml
@@ -14,7 +14,7 @@ jobs:
14
nuget:
15
name: Publish
16
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
17
- uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@49248434d8d7848c501b9a29fa4ad9bdddce877d # 1.3.11
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.3.12
18
with:
19
workflowName: ${{ github.event.workflow_run.name }}
20
artifactPattern: release-packages-*
0 commit comments