Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Oct 17, 2023
1 parent dd39d4d commit 9227efe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: |
cd ./deploy/chocolatey
choco pack ./asyncapi-cli.nuspec
choco apikey add --source 'https://push.chocolatey.org/'" --key ${{ secrets.CHOCOLATEY_API_KEY }}
choco push ./asyncapi-cli.nupkg --source 'https://push.chocolatey.org/'
choco apikey add --source "'https://push.chocolatey.org/'" --key ${{ secrets.CHOCOLATEY_API_KEY }}
choco push ./asyncapi.${{ github.event.inputs.version }}.nupkg --source "'https://push.chocolatey.org/'"
6 changes: 3 additions & 3 deletions deploy/chocolatey/asyncapi-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>asyncapi-cli</id>
<id>asyncapi</id>
<version>{{version}}</version>
<packageSourceUrl>https://github.com/asyncapi/cli/releases</packageSourceUrl>
<owners>AsyncAPI, shurtugal</owners>

<!-- == SOFTWARE SPECIFIC SECTION == -->
<!-- This section is about the software itself -->
<title>asyncapi-cli</title>
<authors>AsyncAPI</authors>
<authors>AsyncAPI, shurtugal</authors>
<projectUrl>https://www.asyncapi.com/</projectUrl>
<iconUrl>https://avatars.githubusercontent.com/u/16401334?s=200&v=4</iconUrl>
<iconUrl>https://avatars.githubusercontent.com/u/16401334?s=200</iconUrl>
<copyright>2023 AsyncAPI</copyright>
<licenseUrl>https://github.com/asyncapi/cli/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 9227efe

Please sign in to comment.