Skip to content

chore(ci): add shared workflow for releases #1

chore(ci): add shared workflow for releases

chore(ci): add shared workflow for releases #1

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 11, Col: 3): Error calling workflow 'SylphxAI/.github/.github/workflows/publish-npm.yml@main'. The workflow is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
uses: SylphxAI/.github/.github/workflows/publish-npm.yml@main
with:
bun-version: '1.3.1'
secrets: inherit