Skip to content

Workflow file for this run

name: Release
on:
push: { tags: 'v[0-9]+.[0-9]+.[0-9]+*' }
permissions: {}
jobs:
release:
uses: nodenv/.github/.github/workflows/release.yml@4a6b0b8 # v4.5.3

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "nodenv/.github/.github/workflows/release.yml@4a6b0b8" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
permissions: {contents: write, id-token: write}
secrets:
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
with:
homebrew: false
npm_scope: ''