Skip to content

restore folder structure #1

restore folder structure

restore folder structure #1

Workflow file for this run

name: Release Workflow

Check failure on line 1 in .github/workflows/Release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Release.yml

Invalid workflow file

(Line: 13, Col: 27): Unexpected value ''
on:
push:
branches:
- 'release/package'
jobs:
run-release-script:
runs-on: ubuntu-latest
timeout-minutes: 5
defaults:
run:
working-directory:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Publish to npm
id: publish
run: npx --yes needle-publish-helper@next publish "." --webhook "${{ secrets.WEBHOOK_URL }}" --registry https://packages.needle.tools --access-token "${{ secrets.NPM_TOKEN }}" --create-tag release/ --llm-api-key "${{ secrets.LLM_API_KEY }}"