Skip to content

Commit

Permalink
ci(release): fixes after 2.5.0-M2
Browse files Browse the repository at this point in the history
- Typo in a workflow step
- Delay git push
- Ensure JReleaser has a reference to the previous release
  • Loading branch information
jponge committed Sep 21, 2023
1 parent 5e42c4d commit 44acae8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .build/justfile-for-release
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ release: pre-release
@echo "🚀 Release steps..."
@echo "Commit release version and push upstream"
git commit -am "chore(release): release Mutiny ${RELEASE_VERSION}"
git push
@echo "Call JReleaser"
./mvnw -settings .build/maven-ci-settings.xml --batch-mode --no-transfer-progress -Pjreleaser jreleaser:full-release -pl :mutiny-project
@echo "Bump to 999-SNAPSHOT and push upstream"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
cache: maven
- name: Install just
uses: taiki-e/install-action@just
- name: Deploy tp Maven Central
- name: Deploy to Maven Central
run: just -f .build/justfile-for-release -d . deploy-to-maven-central
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
DEPLOY_WEBSITE: ${{ github.event.inputs.deployWebsite }}
CLEAR_REVAPI: ${{ github.event.inputs.clearRevAPI }}
JRELEASER_TAG_NAME: ${{ github.event.inputs.version }}
JRELEASER_PREVIOUS_TAG_NAME: ${{ github.event.inputs.previousVersion }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

steps:
Expand Down

0 comments on commit 44acae8

Please sign in to comment.