Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendargelos committed Nov 22, 2024
1 parent 6543093 commit 60efcf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
jobs:
release:
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write
contents: write

steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down

0 comments on commit 60efcf6

Please sign in to comment.