Skip to content

Commit

Permalink
#1579: release-workflow: Older version for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Jan 15, 2021
1 parent 20a9d84 commit 8cedb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-maven-central.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
publish-central-and-pages:
runs-on: ubuntu-latest
steps:
- run: echo "Will start a Maven Central upload with version 2.3.1" # ${{ github.event.inputs.releaseversion }}"
- run: echo "Will start a Maven Central upload with version 2.1.1" # ${{ github.event.inputs.releaseversion }}"

- uses: actions/checkout@v2

Expand All @@ -29,7 +29,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Set projects Maven version to GitHub Action GUI set version
run: mvn versions:set "-DnewVersion=2.3.1" --no-transfer-progress # "-DnewVersion=${{ github.event.inputs.releaseversion }}" --no-transfer-progress
run: mvn versions:set "-DnewVersion=2.1.1" --no-transfer-progress # "-DnewVersion=${{ github.event.inputs.releaseversion }}" --no-transfer-progress

- name: Publish package
run: mvn --batch-mode clean deploy --no-transfer-progress -P central-deploy -DskipTests=true
Expand Down

0 comments on commit 8cedb02

Please sign in to comment.