We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1fa4b commit 4f20d5cCopy full SHA for 4f20d5c
.github/workflows/on-close-pr.yml
@@ -55,6 +55,7 @@ jobs:
55
with:
56
tag: ${{ steps.tag_version.outputs.new_tag }}
57
name: Release ${{ steps.tag_version.outputs.new_tag }}
58
+ makeLatest: true
59
body: ${{ steps.tag_version.outputs.changelog }}
60
- name: Delete branch
61
uses: dawidd6/action-delete-branch@v3
.github/workflows/on-create-release.yml
@@ -2,7 +2,7 @@ name: Create release and publish
2
3
on:
4
release:
5
- types: [created]
+ types: [published]
6
7
jobs:
8
publish-npm:
0 commit comments