diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2416187..e2d5f30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,4 +62,4 @@ jobs: APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - run: npm run publish -- --platform=${{ matrix.name }} --arch=${{ matrix.arch }} + run: npm run publish -- --platform=${{ matrix.name }} --arch=${{ matrix.arch }} --auth-token=${{ secrets.GH_TOKEN }}