We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c17e4 commit 9bc325dCopy full SHA for 9bc325d
.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@36c1719a7a1fd3f6e2d73e23f939facfa0bcc967 # 1.3.16
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@11b08467e157fd61ba609a1196d74f3c7a91147b # 1.3.20
23
with:
24
workflowName: ${{ github.event.workflow_run.name }}
25
artifactPattern: release-packages-*
0 commit comments