Skip to content

Commit

Permalink
Ready for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Jan 3, 2024
1 parent 2c99603 commit b075ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to Sonatype OSSRH
if: ${{ false }}
# if: ${{ false }} # prevent deploy
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
author_name: ${{ vars.GIT_USER_NAME }}
author_email: $${ vars.GIT_USER_EMAIL }}
branch: master
message: Set project version to ${NEXT_VERSION}-SNAPSHOT
message: Set project version to ${{ env.NEXT_VERSION }}-SNAPSHOT
documenation:
runs-on: ubuntu-latest
needs: [ get-version, release ]
Expand Down

0 comments on commit b075ba2

Please sign in to comment.