Skip to content

Commit cfb985b

Browse files
authored
Merge pull request #57 from WideChat/ear-dev-patch-1
deactivate publish to npm
2 parents 6a54f00 + 6663cc4 commit cfb985b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ jobs:
139139

140140
publish:
141141
runs-on: ubuntu-latest
142-
if: github.event_name == 'release' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
142+
if: github.event_name == 'DEACTIVATED'
143+
# Widechat does not need this
144+
# if: github.event_name == 'release' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
145+
143146
needs: build
144147

145148
steps:

0 commit comments

Comments
 (0)