Skip to content

Commit 59919f9

Browse files
committed
verify release pipeline
Signed-off-by: seven <[email protected]>
1 parent 0a7b8de commit 59919f9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ jobs:
3939
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4040
- name: build 🔧
4141
run: npm run build
42-
# - name: Generate changelog
43-
# uses: jaywcjlove/changelog-generator@main
44-
# id: changelog
45-
# with:
46-
# token: ${{ secrets.GITHUB_TOKEN }}
47-
# - name: Build Release
48-
# uses: jaywcjlove/create-tag-action@main
49-
# id: tag_release
50-
# with:
51-
# release: true
52-
# token: ${{ secrets.GITHUB_TOKEN }}
53-
# body: |
54-
# ${{ steps.changelog.outputs.compareurl }}
55-
#
56-
# ${{ steps.changelog.outputs.changelog }}
42+
- name: Generate changelog
43+
uses: jaywcjlove/changelog-generator@main
44+
id: changelog
45+
with:
46+
token: ${{ secrets.GITHUB_TOKEN }}
47+
- name: Build Release
48+
uses: jaywcjlove/create-tag-action@main
49+
id: tag_release
50+
with:
51+
release: true
52+
token: ${{ secrets.GITHUB_TOKEN }}
53+
body: |
54+
${{ steps.changelog.outputs.compareurl }}
55+
56+
${{ steps.changelog.outputs.changelog }}
5757
- name: Publish package on NPM 📦
58-
# if: steps.tag_release.outputs.successful
58+
if: steps.tag_release.outputs.successful
5959
run: npm publish --provenance --access public
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)