Skip to content

Commit e753e5d

Browse files
committed
build(release): update release event
1 parent d098721 commit e753e5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
npm install
2929
npm version ${GITHUB_REF##*/}
3030
- name: Push changes
31-
uses: ad-m/github-push-action@master
32-
with:
33-
github_token: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
31+
uses: ad-m/github-push-action@master
32+
with:
33+
github_token: ${{ secrets.GITHUB_TOKEN_TYPESCRIPTTDD }}
3434
- name: Publish
3535
run: |
3636
npm run preparePublish

0 commit comments

Comments
 (0)