Skip to content

Commit

Permalink
Correction to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Feb 15, 2022
1 parent 077060e commit ae41abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: 11

- name: Set version
run: sed -i 's/VERSION_NAME=0.0.1/VERSION_NAME=$GITHUB_REF_NAME/' gradle.properties
run: sed -i "s/VERSION_NAME=0.0.1/VERSION_NAME=$GITHUB_REF_NAME/" gradle.properties

- name: Upload release
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon --no-parallel
Expand Down

0 comments on commit ae41abe

Please sign in to comment.