Skip to content

Commit 763b6f1

Browse files
test workflow
1 parent 1814ff6 commit 763b6f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-comps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
with:
3737
node-version: 16
3838
registry-url: https://registry.npmjs.org/
39+
# Use this GitHub Action
40+
- name: Check package version
41+
uses: technote-space/package-version-check-action@v1
42+
with:
43+
COMMIT_DISABLED: 1
3944
# - run: cat .npmrc
4045
- run: echo ${{ secrets }}
4146
- name: Install dependencies

0 commit comments

Comments
 (0)