Skip to content

Commit

Permalink
cicd: Switched to latest JReleaser instead of early-access
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Sep 12, 2023
1 parent dd90f72 commit ce5fd35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Release
uses: jreleaser/release-action@v2
with:
version: early-access
version: latest
arguments: full-release
env:
JRELEASER_PROJECT_VERSION: ${{ needs.precheck.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Release
uses: jreleaser/release-action@v2
with:
version: early-access
version: latest
arguments: full-release
env:
JRELEASER_PROJECT_VERSION: ${{ needs.precheck.outputs.version }}
Expand Down

0 comments on commit ce5fd35

Please sign in to comment.