Skip to content

Commit d66ab81

Browse files
authored
Fix the yaml error.
1 parent 562b7e8 commit d66ab81

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ jobs:
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737

38-
# Typescript build
39-
#- name: TypeScript build
40-
# uses: FuLagann/tsc-build-push@v1
41-
# Publish NPM package
4238
- uses: JS-DevTools/npm-publish@v1
43-
if: !contains(github.event.head_commit.message, 'skippublish')
39+
if: contains(github.event.head_commit.message, "publish")
4440
with:
4541
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)