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 ed0dadd commit b5fe5a1Copy full SHA for b5fe5a1
1 file changed
.github/workflows/publish-nuget.yml
@@ -18,7 +18,7 @@ jobs:
18
nuget:
19
name: Publish
20
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
21
- uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.5
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.26
22
with:
23
workflowName: ${{ github.event.workflow_run.name }}
24
artifactPattern: release-packages-*
0 commit comments