Skip to content

Commit

Permalink
please work now
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaboyce committed Aug 1, 2024
1 parent d3ace95 commit 32c519f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/choco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
run: go test -v .

- name: Deploy
shell: pwsh
env:
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
VERSION: ${{ env.VERSION }}
run: |
echo ${{ env.VERSION }}
choco apiKey --key ${{ secrets.CHOCOLATEY_API_KEY }} --source "https://push.chocolatey.org/"
choco push ./choco/saml2aws.${{ env.VERSION }}.nupkg --source "https://push.chocolatey.org/"
choco apiKey --key ${{ $env:CHOCOLATEY_API_KEY }} --source "https://push.chocolatey.org/"
choco push ./choco/saml2aws.${{ $env:VERSION }}.nupkg --source "https://push.chocolatey.org/"

0 comments on commit 32c519f

Please sign in to comment.