Skip to content

Commit

Permalink
ci: install local chocolatey package before publishing (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jan 8, 2024
1 parent af83766 commit 1bedcde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ jobs:
with:
args: pack chocolatey/crowdin-cli.nuspec

- name: install local package
run: |
choco install jdk8
choco install crowdin-cli -s . -y
- name: Choco publish
uses: crazy-max/ghaction-chocolatey@v2
with:
Expand Down

0 comments on commit 1bedcde

Please sign in to comment.