We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d735cf4 commit d3e0b37Copy full SHA for d3e0b37
.github/workflows/publish-chocolatey.yml
@@ -35,5 +35,4 @@ jobs:
35
with:
36
name: scala.nupkg
37
- name: Publish the package to Chocolatey
38
- run: choco push scala.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
39
-
+ run: choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
0 commit comments