diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6704c6f..65b8f4c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,10 +27,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: + node-version: 12 registry-url: 'https://npm.pkg.github.com/' - scope: '@Lebyy' - - run: npm install + scope: '@lebyy' - run: npm run gpr - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}