Skip to content

Commit bc55afa

Browse files
committed
build(release): update release event
1 parent a792825 commit bc55afa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
run: |
3636
npm run preparePublish
3737
cd dist
38-
- name: Publish if version has been updated
39-
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
38+
npm publish
4039
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
4240
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41+

0 commit comments

Comments
 (0)