Skip to content

Commit

Permalink
release.yml documentation version issue
Browse files Browse the repository at this point in the history
* Disabled release to sonatype
  • Loading branch information
sbglasius committed Jan 1, 2024
1 parent 546cf87 commit aa8b604
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to Sonatype OSSRH
if: ${{ false }}
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down Expand Up @@ -102,7 +103,7 @@ jobs:
id: asciidoctor
- uses: gradle/gradle-build-action@v2
with:
arguments: -Pversion="${RELEASE_VERSION}" asciidoctor
arguments: -Pversion="${{ env.RELEASE_VERSION }}" asciidoctor
- uses: micronaut-projects/github-pages-deploy-action@master
if: success()
env:
Expand All @@ -114,7 +115,7 @@ jobs:
DOC_FOLDER: latest
COMMIT_EMAIL: ${{ vars.GIT_USER_EMAIL }}
COMMIT_NAME: ${{ vars.GIT_USER_NAME }}
VERSION: ${RELEASE_VERSION}
VERSION: ${{ env.RELEASE_VERSION }}
- uses: micronaut-projects/github-actions/post-release@master
if: success()
with:
Expand Down

0 comments on commit aa8b604

Please sign in to comment.