Skip to content

Commit

Permalink
chore: fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcdowall committed Oct 29, 2023
1 parent 261ea4a commit 2bb9dd2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
- name: Publish to Sonatype
if: steps.semantic.outputs.new_release_published == 'true'
env:
Expand Down

0 comments on commit 2bb9dd2

Please sign in to comment.