diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4272fce..376fda2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,6 +21,8 @@ jobs: scope: '@MaTeMaTuK' - name: NPM Publish - run: npm publish + run: | + npm ci + npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}