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 c9e9ae9 commit 8777d3fCopy full SHA for 8777d3f
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]' }}
17
- uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.27
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.28
18
with:
19
workflowName: ${{ github.event.workflow_run.name }}
20
artifactPattern: release-packages-*
0 commit comments