Skip to content

Commit

Permalink
fix: stray quote failing publish (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan Sairam Adapa authored Feb 8, 2024
1 parent 701e3c3 commit 8d3db8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
ZULU_JDK_VERSION=`cat java-${{ matrix.java-major-version}}/java.version`
echo ZULU_JDK_VERSION=${ZULU_JDK_VERSION} >> $GITHUB_OUTPUT
echo JAVA_MAJOR_VERSION=$(echo $ZULU_JDK_VERSION | cut -d'.' -f1)" >> $GITHUB_OUTPUT
echo JAVA_MAJOR_VERSION=$(echo $ZULU_JDK_VERSION | cut -d'.' -f1) >> $GITHUB_OUTPUT
echo JAVA_FULL_VERSION=$(echo $ZULU_JDK_VERSION | cut -d'-' -f1) >> $GITHUB_OUTPUT
- name: Publish Java ${{ matrix.java-major-version}} image
Expand Down

0 comments on commit 8d3db8c

Please sign in to comment.