diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 31734c028..8f48f5c57 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -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 @@ -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