From ebc4ebd55cc31db30e99b7465d8a2d9d5482c743 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Thu, 17 Feb 2022 20:16:43 +0100 Subject: [PATCH] fix goreleaser --- .github/workflows/go.yml | 2 +- .goreleaser.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 763ed14..762a106 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,7 @@ name: Go on: push: - branches: [ master ] +# branches: [ master ] pull_request: branches: [ master ] diff --git a/.goreleaser.yml b/.goreleaser.yml index d319ca7..bbd3ee4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,6 +3,10 @@ builds: - env: - CGO_ENABLED=0 + - IMPORTPATH="github.com/OdyseeTeam/gody-cdn" + - VERSIONSHORT="$(git describe --tags --always --dirty)" + - VERSIONLONG="$(git describe --tags --always --dirty --long)" + - COMMITMSG="${{ github.event.head_commit.message }}" goos: - linux goarch: