File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments