Skip to content

Commit

Permalink
fix: update ci (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent 3b3906f commit 6a4d099
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ defaults:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
ACTIONS_RUNNER_DEBUG: true
Expand All @@ -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
Expand Down

0 comments on commit 6a4d099

Please sign in to comment.