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 5ced00f commit d3d966fCopy full SHA for d3d966f
.github/workflows/continuous-integration.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: 💾 Retrieve cached NuGet packages
42
uses: actions/cache@v4
43
with:
44
- path: ~/.nuget/packages
+ path: ${{ env.NUGET_PACKAGES || '~/.nuget/packages' }}
45
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
46
restore-keys: |
47
${{ runner.os }}-nuget-
@@ -87,6 +87,7 @@ jobs:
87
if: startsWith(github.ref, 'refs/tags/')
88
permissions:
89
contents: write
90
+ id-token: write
91
name: 🐿 Publish
92
steps:
93
- name: 📥 Download NuGet package artifact
0 commit comments