diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5ac329..4ccfef5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - main + - dev concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -25,7 +25,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: pnpm/action-setup@v4.0.0 - + with: + version: 9.1.1 - name: Use Node.js uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index d8f8511..def2fbc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { - "name": "unused-i18n", + "name": "@lawndlwd/unused-i18n", "version": "0.1.8", "license": "MIT", "type": "module", + "publishConfig": { + "access": "public" + }, "release": { "branches": [ "main"