Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jan 23, 2024
1 parent 291d109 commit 7a9c33a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/choco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/cache@v4
with:
path: $env:TEMP
key: ${{ runner.os }}-cache
key: ${{ runner.os }}-temp-cache
- name: Set Choco cache path
run: choco config set cacheLocation $env:TEMP
- name: Install Node.js 20
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.x
Expand All @@ -36,5 +36,5 @@ jobs:
choco apikey --key $env:CHOCOLATEY_API_KEY --source https://push.chocolatey.org/
- name: Choco publish
run:
choco push load/choco/task.${{ env.PACKAGE_VERSION }}.nupkg --source
choco push --key $env:CHOCOLATEY_API_KEY load/choco/task.${{ env.PACKAGE_VERSION }}.nupkg --source
https://push.chocolatey.org/

0 comments on commit 7a9c33a

Please sign in to comment.