Skip to content

Commit 98e4e0b

Browse files
committed
chore: update workflows config.
1 parent 0b2d9a5 commit 98e4e0b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ jobs:
6868
env:
6969
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7070

71+
72+
- name: package.json info
73+
id: info
74+
uses: jaywcjlove/github-action-package@main
75+
with:
76+
rename: etn
77+
- run: npm publish --access public
78+
continue-on-error: true
79+
working-directory: core
80+
env:
81+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
82+
7183
- name: Create Release
7284
uses: ncipollo/release-action@v1
7385
if: steps.create_tag.outputs.successful

0 commit comments

Comments
 (0)