Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

CAN YOU WORK

CAN YOU WORK #2

Workflow file for this run

name: Release
on:
push:
jobs:
release:
name: Release
runs-on: ubuntu-latest-22.04
strategy:

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish