Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manami-project committed May 25, 2024
1 parent bee5b31 commit 282ad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Extract release version
run: echo 'RELEASE_VERSION=${GITHUB_REF:10}' >> $GITHUB_ENV
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 282ad4b

Please sign in to comment.