Skip to content

Commit

Permalink
build(release): fix chocolately release action (#1440)
Browse files Browse the repository at this point in the history
complete migration of release action from codefresh to GH actions

Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 authored Nov 7, 2023
1 parent a6bcd7f commit 554f974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chocolatey-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ on: workflow_dispatch
jobs:
publish-chocolatey:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0

- name: Running integration tests
image: lacework/win-golang:1.18-20h2
shell: pwsh
env:
API_KEY: ${{ secrets.CHOCO_KEY }}
run: |
# install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force
Expand Down

0 comments on commit 554f974

Please sign in to comment.