Skip to content

Commit

Permalink
build: restored AUTH target to publish target as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrandahl committed Dec 9, 2024
1 parent aa98a6a commit a2e7990
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 @@ -32,7 +32,7 @@ test: gem
@bundle install
@bundle exec rake test

publish: ${GEM}
publish: ${AUTH} ${GEM}
@echo Publishing package ${NAME}:${VERSION} to ${OWNER} ...
@gem push --key github --host ${GPR} ${GEM}
@echo Done.
Expand Down

0 comments on commit a2e7990

Please sign in to comment.