We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee0dd7a + ecf9be9 commit 30b3eb9Copy full SHA for 30b3eb9
.github/workflows/publish-chocolatey.yml
@@ -35,5 +35,5 @@ 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 }}
+ run: choco push scala.${{inputs.version}}.nupkg --source https://push.chocolatey.org/ --api-key ${{ secrets.API-KEY }}
39
0 commit comments