We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8baee2 commit a56836fCopy full SHA for a56836f
1 file changed
.github/workflows/release.yml
@@ -14,6 +14,8 @@ on:
14
jobs:
15
publish:
16
runs-on: ubuntu-22.04
17
+ env:
18
+ NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
19
steps:
20
- name: Read version from Git ref
21
id: version
0 commit comments