Skip to content

Commit

Permalink
fix(yay): fix unescaped variable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Feb 29, 2020
1 parent 35475c7 commit 352667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multiarch-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
mkdir env
echo ${{ steps.tag_version.outputs.new_version }} > env/new_version
echo ${{ steps.tag_version.outputs.new_tag }} > env/new_tag
echo ${{ steps.tag_version.outputs.changelog }} > env/changelog
echo "${{ steps.tag_version.outputs.changelog }}" > env/changelog
- uses: actions/upload-artifact@v1
with:
name: env
Expand Down

0 comments on commit 352667f

Please sign in to comment.