Skip to content

Commit

Permalink
fix(build): push tag created for deno
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 9, 2020
1 parent 93591e1 commit 2186a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -31,4 +31,5 @@ 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'
git push origin ${{ steps.release.outputs.tag_name }}-deno
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 2186a14

Please sign in to comment.