pull/4693/head
Okinea Dev 5 months ago
parent 67ce05ab18
commit 04128280a1
No known key found for this signature in database
GPG Key ID: 07944BC5E01E7B43

@ -3,9 +3,7 @@ name: 🔄 CR
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
permissions:
contents: read
packages: write
permissions: {}
on:
pull_request:
@ -51,7 +49,6 @@ jobs:
with:
node-version: 22
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile

@ -2,8 +2,6 @@ name: 🚀 Release
permissions:
contents: write
issues: write
pull-requests: write
on:
push:
@ -28,5 +26,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
body: |
Please refer to [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for details.
body: Please refer to [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for details.

Loading…
Cancel
Save