Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static authored Jun 12, 2024
1 parent b7cc07e commit 4ac7d63
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ on:
- v**
workflow_dispatch:

permissions:
contents: write
issues: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- run: npm ci
- run: npm run build

0 comments on commit 4ac7d63

Please sign in to comment.