Skip to content

Commit

Permalink
Fix missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Jul 7, 2023
1 parent 298e179 commit 5422226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD-create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
echo "$EOF" >> $GITHUB_OUTPUT
- name: Verify variables
run: |
echo version "${{steps.value.outputs.version}}
echo tagname "${{steps.value.outputs.tagname}}
echo message "${{steps.value.outputs.message}}
echo version "${{steps.value.outputs.version}}"
echo tagname "${{steps.value.outputs.tagname}}"
echo message "${{steps.value.outputs.message}}"
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: ThetaJars
Expand Down

0 comments on commit 5422226

Please sign in to comment.