From b83b418baebba0ff302059af07b4ffe3f9b5ec57 Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Wed, 1 May 2024 12:56:03 -0700 Subject: [PATCH] Fix[CD]: try to fix go-release-action config --- .github/workflows/release-command.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-command.yml b/.github/workflows/release-command.yml index 3fd0fef..88536a3 100644 --- a/.github/workflows/release-command.yml +++ b/.github/workflows/release-command.yml @@ -2,7 +2,7 @@ name: Build and Release on: release: - types: [published] + types: [created] workflow_dispatch: # inputs: # repository: @@ -34,7 +34,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} - goversion: "https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz" + # goversion: "https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz" project_path: "./cmd/HellPot" binary_name: "HellPot" compress_assets: OFF @@ -42,7 +42,7 @@ jobs: build_flags: -trimpath pre_command: export CGO_ENABLED=0 ldflags: -s -w -X main.version=${{ github.ref }} - release_tag: ${{ github.ref }} + # release_tag: ${{ github.ref }} md5sum: FALSE sha256sum: TRUE # - name: Add reaction