We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562b7e8 commit d66ab81Copy full SHA for d66ab81
.github/workflows/main.yml
@@ -35,11 +35,7 @@ jobs:
35
with:
36
token: ${{ secrets.CODECOV_TOKEN }}
37
38
- # Typescript build
39
- #- name: TypeScript build
40
- # uses: FuLagann/tsc-build-push@v1
41
- # Publish NPM package
42
- uses: JS-DevTools/npm-publish@v1
43
- if: !contains(github.event.head_commit.message, 'skippublish')
+ if: contains(github.event.head_commit.message, "publish")
44
45
token: ${{ secrets.NPM_TOKEN }}
0 commit comments