Skip to content

Commit

Permalink
#1 🎉 initial version of parent project and release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Apr 26, 2024
1 parent 3c962dd commit 2a02f81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
git config --local user.email "aissemble-noreply@bah.com"
git config --local user.name "Github Actions"
git checkout -b ${{ inputs.releaseVersion }}-release
mvn -B release:clean release:prepare release:perform -Possrh-release -DreleaseVersion=${{ inputs.releaseVersion }} -DdevelopmentVersion=${{ inputs.developmentVersion }}
mvn release:update-versions -DdevelopmentVersion=${{ inputs.developmentVersion }}
mvn clean install
mvn scm:checkin -Dmessage=":arrow_up: push example modules to version ${{ inputs.developmentVersion }}"
mvn -B release:prepare release:perform -Possrh-release -DreleaseVersion=${{ inputs.releaseVersion }} -DdevelopmentVersion=${{ inputs.developmentVersion }}
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_USER }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_KEY }}
Expand Down

0 comments on commit 2a02f81

Please sign in to comment.