Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nikooo777 committed Feb 17, 2022
1 parent 993700b commit ebc4ebd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go

on:
push:
branches: [ master ]
# branches: [ master ]
pull_request:
branches: [ master ]

Expand Down
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ebc4ebd

Please sign in to comment.