Skip to content

Commit

Permalink
Change profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
javsanbel2 committed Jul 21, 2021
1 parent 0bd6aff commit 2756a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 sonatype-oss-release --batch-mode --show-version --no-transfer-progress -Dskip.unit.tests=true -Dskip.integration.tests=true
run: mvn release:prepare release:perform --settings $GITHUB_WORKSPACE/settings.xml --activate-profiles sonatype-oss-release-beekeper --batch-mode --show-version --no-transfer-progress -Dskip.unit.tests=true -Dskip.integration.tests=true
env:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

<profiles>
<profile>
<id>sonatype-oss-release</id>
<id>sonatype-oss-release-beekeper</id>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 2756a9a

Please sign in to comment.