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 1cfdbcc commit 44604edCopy full SHA for 44604ed
.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@cb37352bc6f2f8b723d966d5d879625d3dd5413b # 1.3.13
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@36c1719a7a1fd3f6e2d73e23f939facfa0bcc967 # 1.3.16
23
with:
24
workflowName: ${{ github.event.workflow_run.name }}
25
artifactPattern: release-packages-*
0 commit comments