Skip to content

again, but better

again, but better #1

Workflow file for this run

name: build hhangular/store and publish
run-name: ${{ github.actor }} run build on ${{ github.repository }}
on:
push:
tags:
- *

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

View workflow run for this annotation

GitHub Actions / .github/workflows/tag.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
build-angular-lib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: npm install
- run: npm run build
- run: npm publish dist/