Skip to content

Commit 30b3eb9

Browse files
authored
[CI]: Fix Chocolatey publish workflow (#22182)
[skip ci] Tested during hotfix release to Chocolatey during Scala 3.6.2 release: https://github.com/scala/scala3/actions/runs/12259635569/job/34202317793
2 parents ee0dd7a + ecf9be9 commit 30b3eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-chocolatey.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
with:
3636
name: scala.nupkg
3737
- name: Publish the package to Chocolatey
38-
run: choco push scala.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
38+
run: choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
3939

0 commit comments

Comments
 (0)