Skip to content

Commit

Permalink
Merge pull request #14 from stackql/feature/stackql-release-update
Browse files Browse the repository at this point in the history
 updated 0.5.552
  • Loading branch information
jeffreyaven authored Dec 29, 2023
2 parents 1269b00 + 57bc126 commit 2b258d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/chocolatey-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,16 @@ jobs:
- name: Create Chocolatey Package
run: |
echo "creating package for version $VERSION"
echo "creating package for version ${{ env.VERSION }}"
cd stackql
choco pack
env:
VERSION: ${{ env.VERSION }}
- name: Install and Test Chocolatey Package
run: choco install stackql --source . -y

- name: Push Package to Chocolatey
run: |
choco push "stackql/stackql.$env:VERSION.nupkg" --source https://push.chocolatey.org/ --api-key ${{ secrets.CHOCOLATEY_API_KEY }}
choco push "stackql/stackql.${{ env.VERSION }}.nupkg" --source https://push.chocolatey.org/ --api-key ${{ secrets.CHOCOLATEY_API_KEY }}
env:
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

0 comments on commit 2b258d8

Please sign in to comment.