diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2085c30..f1071059 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - permissions: - pull-requests: write - contents: write - deployments: write + environment: production env: NODE_OPTIONS: "--max_old_space_size=8192" @@ -41,4 +38,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - HUSKY: 0