Skip to content

Commit 4f20d5c

Browse files
committed
ci: update release action
1 parent 5c1fa4b commit 4f20d5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/on-close-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
tag: ${{ steps.tag_version.outputs.new_tag }}
5757
name: Release ${{ steps.tag_version.outputs.new_tag }}
58+
makeLatest: true
5859
body: ${{ steps.tag_version.outputs.changelog }}
5960
- name: Delete branch
6061
uses: dawidd6/action-delete-branch@v3

.github/workflows/on-create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create release and publish
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
publish-npm:

0 commit comments

Comments
 (0)