Merge pull request #343 from idrawjs/dev-v0.4

chore: improve github action script
This commit is contained in:
Deepsea 2024-08-03 23:17:56 +08:00 committed by GitHub
commit 00bc0bb12c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'idrawjs/idraw'
strategy:
matrix:
node-version: [22.x]

View file

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'idrawjs/idraw'
strategy:
matrix:
node-version: [22.x]

View file

@ -5,6 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'idrawjs/idraw'
permissions:
contents: read
id-token: write