Skip to content

Commit

Permalink
Corrected gh-release target
Browse files Browse the repository at this point in the history
  • Loading branch information
dherbst committed Dec 29, 2023
1 parent a782387 commit 949ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ image: build

# gh-release creates a new release in github and uploads the built binary.
gh-release:
gh release create ${VERSION} 'bin/septa.zip'
gh release create v${VERSION}

install-mango-doc:
go install github.com/dherbst/mango-doc@latest
Expand Down

0 comments on commit 949ab58

Please sign in to comment.