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 476f2a3 commit 1aada88Copy full SHA for 1aada88
.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@cb2e329ddbd6ad42afc18b24518abf49eabbd9ad # 2.3.1
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@882aa576cd9f4c61e14caaa3e5a2356e25425640 # 2.3.0
23
with:
24
workflowName: ${{ github.event.workflow_run.name }}
25
artifactPattern: release-packages-*
0 commit comments