Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 9dad512f authored by Simon Chan's avatar Simon Chan
Browse files

chore: update workflow files

parent 38962739
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -21,11 +21,13 @@ jobs:

      - uses: pnpm/action-setup@v2
        with:
          version: 8
          version: 9.5.0
          run_install: true

      - run: pnpm run build
      - run: pnpm recursive publish --access public
      - run: |
          npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
          pnpm recursive publish --access public --no-git-checks
        env:
          NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
          NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
          NPM_CONFIG_PROVENANCE: true
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ jobs:

      - uses: pnpm/action-setup@v2
        with:
          version: 9
          version: 9.5.0
          run_install: true

      - run: pnpm run build
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ jobs:

      - uses: pnpm/action-setup@v2
        with:
          version: 8
          version: 9.5.0
          run_install: true

      - run: pnpm run build