Skip to content

Commit

Permalink
fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
CybersShell committed Feb 19, 2023
1 parent d893a26 commit a2a8901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
export GORELEASER_CURRENT_TAG="$(go run backy.go version)"
git tag "$(go run backy.go version)"
git push all
git push all --tags
goreleaser release -f .goreleaser/gitea.yml --clean --release-notes=".changes/$(go run backy.go version).md"

0 comments on commit a2a8901

Please sign in to comment.