Skip to content

Commit

Permalink
allow auto update (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored May 31, 2023
1 parent 6d984ca commit c4f0342
Show file tree
Hide file tree
Showing 7 changed files with 508 additions and 445 deletions.
2 changes: 2 additions & 0 deletions .toolbox.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
tools:
toolbox:
github: bakito/toolbox
kubexporter:
github: bakito/kubexporter
upx:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ release: goreleaser semver
git tag -s $$version -m"Release $$version"
$(GORELEASER) --clean

test-release:
test-release: goreleaser
$(GORELEASER) --skip-publish --snapshot --clean

## toolbox - start
Expand Down
Loading

0 comments on commit c4f0342

Please sign in to comment.