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 61090f2 commit a44e9fcCopy full SHA for a44e9fc
2 files changed
.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-*
.github/workflows/update-license.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
permissions:
9
- contents: read
+ contents: write
10
pull-requests: write
11
12
jobs:
0 commit comments