We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587dfbc commit 9d82470Copy full SHA for 9d82470
.github/workflows/publish-npm.yml
@@ -14,14 +14,6 @@ jobs:
14
with:
15
ref: main
16
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
-
25
- name: Setup .npmrc file for NPM registry
26
uses: actions/setup-node@v3
27
0 commit comments