Skip to content

Commit

Permalink
Fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 10, 2023
1 parent bf5f09d commit 5d68082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ release-dryrun: ## Simulate a release in order to detect any issues

.PHONY: release
release: ## Release a new version. Update POMs and tag the new version in git. Pipeline will deploy upon tag detection.
git push origin main:release
git push origin master:release

.PHONY: help
help:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ If you're on windows, you might need to install make first. Using [chocolatey](h
2. Create your feature branch (`git checkout -b feature/foo-bar`)
3. Commit your changes (`git commit -am 'Add some foo bar'`)
4. Push to the branch (`git push origin feature/foo-bar`)
5. Create a new Pull Request
5. Create a new Pull Request

0 comments on commit 5d68082

Please sign in to comment.