Skip to content

Commit

Permalink
Prevent running tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanLund committed Jul 13, 2022
1 parent 7e70b6d commit 8b110d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test

publish-npm:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kentico-cloud-delivery-js-sdk",
"version": "0.0.15",
"version": "0.0.16",
"description": "Unofficial SDK for the Kontent.ai Delivery API",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 8b110d2

Please sign in to comment.