Skip to content

Commit

Permalink
fix: remove checksum file ref in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Feb 11, 2024
1 parent 100f5a1 commit 75ccc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
builds:
- skip: true

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}"

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ debug-release-ci: build-ci
GITHUB_TOKEN=$(shell gh auth token) goreleaser release

release-ci: build-ci
goreleaser release
goreleaser release --rm-dist

test-ci:
DOCKER_HOST=$(shell docker context inspect --format='{{json .Endpoints.docker.Host}}' $(shell docker context show)) \
$(opact) act \
-s GIT_CREDENTIALS \
-s GITHUB_TOKEN="$(shell gh auth token)" \
--var GO_VERSION \
--var ALERT_CC_USERS \
--var ALERT_CC_USERS

#-------------------------------------------------------------------------
# Force targets
Expand Down

0 comments on commit 75ccc91

Please sign in to comment.