Skip to content

Commit

Permalink
chore: test push completed 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm committed Jan 8, 2025
1 parent f1253b6 commit 6954fa6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/packages-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fi
version=$(echo "$RAW_RELEASE" | sed 's/^v//')
echo "version=$version" >> $GITHUB_OUTPUT
echo "version=1.42.0" >> $GITHUB_OUTPUT
wait_release:
needs: get_branch
Expand Down Expand Up @@ -116,14 +116,15 @@ jobs:
Get-Content chocolateyinstall.ps1
Get-Content VERIFICATION.txt
cd ./../..
ls
# install local test
# choco install mdz --version=${{ needs.get_branch.outputs.version }} --prerelease --source="D:\a\midaz\midaz"
# mdz version
# choco apikey add -s="https://push.chocolatey.org/" -k="$env:CHOCO_API_KEY"
# choco push mdz.${{ needs.get_branch.outputs.version }}.nupkg --source https://push.chocolatey.org/
#
# # test install public mdz chocolatey
# choco install mdz --version=${{ needs.get_branch.outputs.version }} --prerelease
# mdz version
choco install mdz --version=${{ needs.get_branch.outputs.version }} --prerelease --source="D:\a\midaz\midaz"
mdz version
choco apikey add -s="https://push.chocolatey.org/" -k="$env:CHOCO_API_KEY"
choco push mdz.${{ needs.get_branch.outputs.version }}.nupkg --source https://push.chocolatey.org/
# test install public mdz chocolatey
choco install mdz --version=${{ needs.get_branch.outputs.version }} --prerelease
mdz version
6 changes: 5 additions & 1 deletion chocolatey/mdz.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mdz</id>
<version>2.0.0</version>
<version>1.0.0</version>
<title>mdz</title>
<authors>Lerian Studio</authors>
<projectUrl>https://github.com/LerianStudio/midaz</projectUrl>
<licenseUrl>https://github.com/LerianStudio/midaz/blob/main/LICENSE</licenseUrl>
<iconUrl>https://avatars.githubusercontent.com/u/148895005</iconUrl>
<docsUrl>https://docs.lerian.studio/docs/midaz-cli</docsUrl>
<mailingListUrl>https://discord.gg/DnhqKwkGv3</mailingListUrl>
<bugTrackerUrl>https://github.com/LerianStudio/midaz/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/LerianStudio/midaz</projectSourceUrl>
<tags>mdz cli ledger golang financial</tags>
<summary>An open-source ledger for multi-asset, multi-currency financial systems.</summary>
<description>
Expand Down

0 comments on commit 6954fa6

Please sign in to comment.