ci: Try refreshing the environment after installing managarr choco from local [skip ci]
This commit is contained in:
@@ -44,6 +44,7 @@ jobs:
|
||||
cd ./deployment/chocolatey
|
||||
choco pack
|
||||
echo y | choco install managarr -dv -s .
|
||||
refreshenv
|
||||
$version = managarr --version
|
||||
$version = $version -replace " ", "."
|
||||
choco push $version.nupkg -s https://push.chocolatey.org/ --api-key ${{ secrets.CHOCOLATEY_API_KEY }};
|
||||
|
||||
Reference in New Issue
Block a user