Skip to content

Commit

Permalink
Remove update step from release make target
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Mar 18, 2023
1 parent d97c3d2 commit 8aaec62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ staticcheck: .PHONY

# Releasing targets

release: clean update cli-deps release-checks docs web check
release: clean cli-deps release-checks docs web check
goreleaser release --clean

release-snapshot: clean update cli-deps docs web check
release-snapshot: clean cli-deps docs web check
goreleaser release --snapshot --skip-publish --clean

release-checks:
Expand Down

0 comments on commit 8aaec62

Please sign in to comment.