Skip to content

Commit

Permalink
chore: fix spacing on conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 5, 2020
1 parent f600082 commit 7cc4a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -31,4 +31,4 @@ jobs:
git commit -a -m 'chore: ${{ steps.release.outputs.tag_name }} release'
git push origin +deno
git tag -a ${{ steps.release.outputs.tag_name }}-deno -m 'chore: ${{ steps.release.outputs.tag_name }} release'
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 7cc4a91

Please sign in to comment.