Skip to content

Publish Node.js Package #23

Publish Node.js Package

Publish Node.js Package #23

Workflow file for this run

name: Publish Node.js Package
on:
workflow_dispatch:
release:
types: [published]
jobs:
lint:
uses: vlitejs/vlite/.github/workflows/lint.yml@main
npm:

Check failure on line 12 in .github/workflows/npm-publish.yml

View workflow run for this annotation

GitHub Actions / Publish Node.js Package

Invalid workflow file

The workflow is not valid. .github/workflows/npm-publish.yml (Line: 12, Col: 3): Error calling workflow 'yoriiis/actions/.github/workflows/npm-publish.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.

Check failure on line 12 in .github/workflows/npm-publish.yml

View workflow run for this annotation

GitHub Actions / Publish Node.js Package

Invalid workflow file

The workflow is not valid. .github/workflows/npm-publish.yml (Line: 12, Col: 3): Error calling workflow 'yoriiis/actions/.github/workflows/npm-publish.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.

Check failure on line 12 in .github/workflows/npm-publish.yml

View workflow run for this annotation

GitHub Actions / Publish Node.js Package

Invalid workflow file

The workflow is not valid. .github/workflows/npm-publish.yml (Line: 12, Col: 3): Error calling workflow 'yoriiis/actions/.github/workflows/npm-publish.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
needs: lint
uses: yoriiis/actions/.github/workflows/npm-publish.yml@main
with:
node-version: 20