Skip to content

Commit

Permalink
Fix testing chocolatey with stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jan 20, 2025
1 parent c33db50 commit 1683831
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CHOCOLATEY-REPOSITORY: chocolatey-pkgs
DOTTY_CI_INSTALLATION: ${{ secrets.GITHUB_TOKEN }}
DOTTY_CI_INSTALLATION: ${{ endsWith(inputs.version, '-local') && '' || secrets.GITHUB_TOKEN }}

jobs:
test:
Expand All @@ -48,4 +48,3 @@ jobs:
run : scaladoc --version
- name : Uninstall the `scala` package
run : choco uninstall scala

0 comments on commit 1683831

Please sign in to comment.