diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b525f0..2bad4dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,13 +22,11 @@ jobs: uses: 'phips28/gh-action-bump-version@master' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - version-type: 'minor' - name: Build run: yarn build - name: Publish - run: npm ci && npm publish --access public + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file