diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75e8fec..3635617 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - env: ACTIONS_RUNNER_DEBUG: true NEXT_TELEMETRY_DISABLED: '1' @@ -28,13 +27,16 @@ jobs: if: github.repository == 'rehype-pretty/rehype-pretty-code' && !contains(github.event.head_commit.message, '[skip ci]') runs-on: ['ubuntu-latest'] permissions: + issues: write contents: write id-token: write + packages: write + pull-requests: write + repository-projects: write steps: - name: 'Checkout Repository' uses: actions/checkout@v4 - - name: 'Get pnpm Version' id: pnpm-version run: |