Skip to content

Commit

Permalink
remove extraneous newline from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KCErb authored Feb 11, 2021
1 parent 1488906 commit b00ef61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get the version
id: get_version
run: echo "::set-output name=version::${GITHUB_REF#refs/tags/}\n"
run: echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit b00ef61

Please sign in to comment.