Skip to content

Commit

Permalink
chore: try to fix release slug
Browse files Browse the repository at this point in the history
  • Loading branch information
shaj13 committed Sep 26, 2020
1 parent 09692f7 commit 8e3ddb3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,4 @@ lint-fix:
release:
git clean -df
git checkout -- .
BRANCH=$(shell git rev-parse --abbrev-ref HEAD) \
&& if [ $$BRANCH != "master" ]; then \
echo Aborting release on $$BRANCH; \
else \
./bin/semantic-release --slug shaj13/go-guardian; \
fi
$(shell ./bin/semantic-release --slug shaj13/go-guardian)

0 comments on commit 8e3ddb3

Please sign in to comment.