We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93591e1 commit 2186a14Copy full SHA for 2186a14
.github/workflows/release-please.yml
@@ -31,4 +31,5 @@ jobs:
31
git commit -a -m 'chore: ${{ steps.release.outputs.tag_name }} release'
32
git push origin +deno
33
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
35
if: ${{ steps.release.outputs.release_created }}
0 commit comments