Skip to content

chore: version bump to v0.1.0-alpha.1 #5

chore: version bump to v0.1.0-alpha.1

chore: version bump to v0.1.0-alpha.1 #5

Workflow file for this run

name: CI
on: push
jobs:
publish:

Check failure on line 6 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 6, Col: 3): The workflow must contain at least one job with no dependencies.
if: startsWith(github.ref, 'refs/tags')
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}