Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 26, 2024
1 parent 4039825 commit 50be6f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: Release Go Binary
runs-on: ubuntu-latest
steps:
- name: Delete unnecessary cache
run: rm -rf /opt/hostedtoolcache
- uses: actions/checkout@v3
- name: Codebase security check
continue-on-error: true
Expand All @@ -17,9 +19,6 @@ jobs:
go-version: '1.20'
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Setup Release Environment
run: |-
echo 'MIXPANEL_PROJECT_TOKEN=${{ secrets.MIXPANEL_PROJECT_TOKEN }}' > .release-env
Expand Down

0 comments on commit 50be6f3

Please sign in to comment.