Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix release problem
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Mar 1, 2021
1 parent 56c2e79 commit 04f8135
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 @@ -33,10 +33,10 @@ push-release: release
echo -ne "github.com:- user: $(DEPLOY_LOGIN)\n oauth_token: $(DEPLOY_PASSWORD)\n protocol: https\n" > $(HOME)/.config/hub
git config --global --add user.name "Github Actions"
git config --global --add user.email "github-action@users.noreply.github.com"
hub release create \
GIT_EDITOR=true hub release edit \
-a dockerize-linux-amd64-$(TAG).tar.gz \
-a dockerize-linux-386-$(TAG).tar.gz \
-a dockerize-linux-armel-$(TAG).tar.gz \
-a dockerize-linux-armhf-$(TAG).tar.gz \
-a dockerize-linux-ppc64le-$(TAG).tar.gz \
-m "$(TAG)" $(TAG)
-m "" $(TAG)

0 comments on commit 04f8135

Please sign in to comment.