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: