Skip to content

Commit

Permalink
cicd: Using JReleaser latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 12, 2024
1 parent 202ab4a commit b47b22b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- name: Release
uses: jreleaser/release-action@v2
with:
version: early-access
arguments: full-release
env:
JRELEASER_DOCKER_DEFAULT_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
- name: Release
uses: jreleaser/release-action@v2
with:
version: early-access
arguments: full-release
env:
JRELEASER_DOCKER_DEFAULT_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/step-jlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- name: Jlink
uses: jreleaser/release-action@v2
with:
version: early-access
arguments: assemble --assembler jlink
setup-java: false
env:
Expand Down

0 comments on commit b47b22b

Please sign in to comment.