diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eaaf3d1..2bc82713 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,13 +1,12 @@ -name: Build CLI Developer Snapshot +name: Build on: - pull_request: push: - tags-ignore: - - 'v*.*.*' + branches: [main] + pull_request: jobs: - build-cli: + build: runs-on: macos-latest steps: - name: Checkout @@ -18,31 +17,6 @@ jobs: with: go-version: "1.21" - - name: Print Go Version - run: go version - - - name: Import GPG key - id: import_gpg - uses: crazy-max/ghaction-import-gpg@v6 - with: - gpg_private_key: ${{ secrets.GPG_KEY }} - - - name: Decrypt Secrets - env: - SECRETS_PASSWORD: ${{ secrets.SECRETS_PASSWORD }} - run: bash script/decrypt_secrets.sh - - - name: Install gon - run: | - wget https://github.com/mitchellh/gon/releases/download/v0.2.5/gon_macos.zip - unzip gon_macos.zip - mv gon /usr/local/bin/gon - chmod +x /usr/local/bin/gon - - - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: