Skip to content

Commit

Permalink
[CI]: Fix Chocolatey publish workflow (#22182)
Browse files Browse the repository at this point in the history
[skip ci]

Tested during hotfix release to Chocolatey during Scala 3.6.2 release:
https://github.com/scala/scala3/actions/runs/12259635569/job/34202317793
  • Loading branch information
hamzaremmal authored Dec 10, 2024
2 parents ee0dd7a + ecf9be9 commit 30b3eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
with:
name: scala.nupkg
- name: Publish the package to Chocolatey
run: choco push scala.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
run: choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}

0 comments on commit 30b3eb9

Please sign in to comment.