Skip to content

Commit

Permalink
build: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and aalmiray committed Sep 30, 2022
1 parent 6f96247 commit ee1f23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
required: true

env:
JAVA_VERSION: '11'
JAVA_VERSION: '8'
JAVA_DISTRO: 'zulu'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:project-repo: maven
:project-name: json-lib
:project-group: org.kordamp.json
:project-version:
:project-version: 3.0.3

image:https://github.com/{project-owner}/{project-name}/workflows/Build/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
image:https://img.shields.io/maven-central/v/{project-group}/{project-name}-core.svg[Download, link="https://search.maven.org/#search|ga|1|{project-name}"]
Expand Down

0 comments on commit ee1f23b

Please sign in to comment.