Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Oct 23, 2024
1 parent 8fba379 commit 1cf16a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ release:
git tag -a v$(TAG) -m "v$(TAG)"
git push origin v$(TAG)

cd warehousecli/
cd warehousecli/

goreleaser
goreleaser

cd ../
cd ../

git tag -a blog/v$(TAG) -m "v$(TAG)"
git push origin blog/v$(TAG)
Expand Down

0 comments on commit 1cf16a1

Please sign in to comment.