Skip to content

4.0.0

4.0.0 #2

Workflow file for this run

npname: "CI / Tag"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/tag.yml

Invalid workflow file

The workflow is not valid. .github/workflows/tag.yml (Line: 1, Col: 1): Unexpected value 'npname'
on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:
use-library-js-tag:
permissions:
contents: read
actions: write
uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}