Skip to content

Commit

Permalink
2.3.8 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Jul 11, 2024
1 parent a39b188 commit 3c9fdf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release:
name: Release java artifacts
permissions:
contents: read
contents: write
packages: write
# needs: [ ci, ci-low-cadence, codeql ]
runs-on: self-hosted
Expand All @@ -52,8 +52,7 @@ jobs:
SIGNING_GPG_PASSWORD: ${{ secrets.signingPassword }}
OSSRH_USERNAME: ${{ secrets.ossrhUsername }}
OSSRH_PASSWORD: ${{ secrets.ossrhPassword }}
- name: Create Release Notes
if: ${{ github.event_name == 'push' }}
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.7
2.3.8

0 comments on commit 3c9fdf6

Please sign in to comment.