Skip to content

fix(playlist): go back to earlier approach, most perf fixes came from… #45

fix(playlist): go back to earlier approach, most perf fixes came from…

fix(playlist): go back to earlier approach, most perf fixes came from… #45

Workflow file for this run

name: Release
on:
push:
branches: [main]
paths-ignore:
- '.vscode/**'
- 'cors-proxies/**'
- 'README.md'
- '.gitignore'
- '.editorconfig'
- '**/*.md'
- '**/*.sh'
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 10.9.0
- name: Install dependencies
run: pnpm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm semantic-release