Skip to content

Commit

Permalink
build: Update pnpm installation and setup in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Jun 25, 2024
1 parent 027166d commit ed1d923
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
branches:
- main

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed1d923

Please sign in to comment.