Skip to content

Commit 2186a14

Browse files
committed
fix(build): push tag created for deno
1 parent 93591e1 commit 2186a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
git commit -a -m 'chore: ${{ steps.release.outputs.tag_name }} release'
3232
git push origin +deno
3333
git tag -a ${{ steps.release.outputs.tag_name }}-deno -m 'chore: ${{ steps.release.outputs.tag_name }} release'
34+
git push origin ${{ steps.release.outputs.tag_name }}-deno
3435
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)