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 d87507b commit db1daef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/choco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ jobs:
echo "PACKAGE_VERSION=$(node -p "require('./choco.json').version")" >> $env:GITHUB_ENV
- name: Choco pack
run: |
choco pack task.nuspec
choco pack load/choco/task.nuspec
- name: Choco install
run: |
choco install -y task --source "'.;chocolatey'"
choco install -y task --source "'./load/choco;chocolatey'"
- name: Choco set api key
env:
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
run:
choco apikey --key $env:CHOCOLATEY_API_KEY --source
https://push.chocolatey.org/
choco apikey --key $env:CHOCOLATEY_API_KEY --source https://push.chocolatey.org/
- name: Choco publish
run:
choco push task.${{ env.PACKAGE_VERSION }}.nupkg --source
choco push load/choco/task.${{ env.PACKAGE_VERSION }}.nupkg --source
https://push.chocolatey.org/
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tmp
*.csv
*.md
*.mdx
*.yaml
File renamed without changes.

0 comments on commit db1daef

Please sign in to comment.