From 6a4d09923cda919a4d2b95bb3a7d9a2eb6a78b95 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 13 May 2024 23:51:36 -0600 Subject: [PATCH] fix: update ci (#218) --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea2da70..aea640b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,6 @@ defaults: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true env: ACTIONS_RUNNER_DEBUG: true @@ -26,15 +25,6 @@ jobs: name: 'Release' if: github.repository == 'rehype-pretty/rehype-pretty-code' && !contains(github.event.head_commit.message, '[skip ci]') runs-on: ['ubuntu-latest'] - permissions: - issues: write - checks: write - actions: write - contents: write - id-token: write - packages: write - pull-requests: write - repository-projects: write steps: - name: 'Checkout Repository' uses: actions/checkout@v4