diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 208036b..be0b8a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,4 @@ jobs: - name: Authenticate with registry run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./.npmrc - - run: npm publish --tag next --access public + - run: npm publish --tag latest --access public