Skip to content

Commit 9d82470

Browse files
committed
actually update workflow
1 parent 587dfbc commit 9d82470

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish-npm.yml

-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ jobs:
1414
with:
1515
ref: main
1616

17-
# limit releases to version changes - https://github.com/EndBug/version-check
18-
- name: Check version changes
19-
uses: EndBug/version-check@v1
20-
id: version_check
21-
with:
22-
# diff the commits rather than commit message for version changes
23-
diff-search: true
24-
2517
- name: Setup .npmrc file for NPM registry
2618
uses: actions/setup-node@v3
2719
with:

0 commit comments

Comments
 (0)