Skip to content

Commit ba7071d

Browse files
authored
Merge pull request #405 from WojciechMazur/fix/choco
Fix publishing chocolatey packages in LTS
2 parents d735cf4 + d3e0b37 commit ba7071d

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)