Skip to content

Commit a56836f

Browse files
committed
CI: set NUGET_PACKAGES for release as well
1 parent b8baee2 commit a56836f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
jobs:
1515
publish:
1616
runs-on: ubuntu-22.04
17+
env:
18+
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
1719
steps:
1820
- name: Read version from Git ref
1921
id: version

0 commit comments

Comments
 (0)