Skip to content

Commit

Permalink
test the build and release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <ijayeti@gmail.com>
  • Loading branch information
Aijeyomah committed Oct 11, 2024
1 parent 51a5814 commit 4d868a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ archives:
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}_{{ .Env.GIT_HASH }}
{{- else }}{{ .Arch }}{{ end }}_{{ .Timestamp }}
format: tar.gz
format_overrides:
- goos: windows
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-and-release-snapshot-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.21"

- name: Get Git short hash
run: echo "GIT_HASH=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 4d868a5

Please sign in to comment.