Skip to content

Commit 747ed66

Browse files
committed
update workflow;
1 parent 50ee7f5 commit 747ed66

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/npm-build-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
id: package_version
4444
run: echo "::set-output name=VERSION::$(node -p "require('./package.json').version")"
4545

46+
- name: Check npm view
47+
run: |
48+
VERSION=${{ steps.package_version.outputs.VERSION }}
49+
echo "Checking version $VERSION"
50+
npm view epsillajs@$VERSION
51+
4652
- name: Check if version already published
4753
run: |
4854
VERSION=${{ steps.package_version.outputs.VERSION }}

0 commit comments

Comments
 (0)