Skip to content

Commit

Permalink
change profile
Browse files Browse the repository at this point in the history
  • Loading branch information
shermosa committed Jul 21, 2021
1 parent f5b8853 commit 53b914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run Maven Targets
# we are skipping the tests because we are testing the release.yml and they take too long, but once it works they shouldn't be skipped
run: mvn release:prepare release:perform --settings $GITHUB_WORKSPACE/settings.xml --activate-profiles oss-release --batch-mode --show-version --no-transfer-progress -Dskip.unit.tests=true -Dskip.integration.tests=true -Pdeploy
run: mvn release:prepare release:perform --settings $GITHUB_WORKSPACE/settings.xml --activate-profiles sonatype-oss-release --batch-mode --show-version --no-transfer-progress -Dskip.unit.tests=true -Dskip.integration.tests=true -Pdeploy
env:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 53b914b

Please sign in to comment.