Skip to content

Commit d3e0b37

Browse files
committed
Fix publishing chocolatey packages in LTS
1 parent d735cf4 commit d3e0b37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-chocolatey.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ 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 }}
39-
38+
run: choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}

0 commit comments

Comments
 (0)