Skip to content

Commit

Permalink
remove quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-bisonai committed May 29, 2024
1 parent 3c2d549 commit 446ddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.image+upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if [[ "${{ steps.tag.outputs.service }}" == "cli" || "${{ steps.tag.outputs.service }}" == "fetcher" || "${{ steps.tag.outputs.service }}" == "core" ]]; then
echo "version=$(node -p -e "require('./"${{ steps.tag.outputs.service }}"/package.json').version")" >> $GITHUB_OUTPUT
else
if [[ "${{ steps.tag.outputs.service }} "" == "boot-api"]]; then
if [[ "${{ steps.tag.outputs.service }} " == "boot-api"]]; then
version=$(cat ./node/.version)
else
version=$(cat ./"${{ steps.tag.outputs.service }}"/.version)
Expand Down

0 comments on commit 446ddad

Please sign in to comment.