ci: fixed copy/paste typo
This commit is contained in:
@@ -418,7 +418,7 @@ jobs:
|
|||||||
$version = $version -replace " ", "."
|
$version = $version -replace " ", "."
|
||||||
choco push "$version.nupkg" -s https://push.chocolatey.org/ --api-key ${{ secrets.CHOCOLATEY_API_KEY }}
|
choco push "$version.nupkg" -s https://push.chocolatey.org/ --api-key ${{ secrets.CHOCOLATEY_API_KEY }}
|
||||||
|
|
||||||
publish-homebrew-formula:
|
publish-homebrew-formula:
|
||||||
needs: [publish-github-release]
|
needs: [publish-github-release]
|
||||||
name: Update Homebrew formulas
|
name: Update Homebrew formulas
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user