Skip to content

build lib

build lib #2

Workflow file for this run

name: Release @zitadel/vue package
on:
push:
branches:
- 'main'
jobs:
release:
name: build and release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn build
with:

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

View workflow run for this annotation

GitHub Actions / Release @zitadel/vue package

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 17, Col: 9): Unexpected value 'with'
working_directory: ./lib
- name: semantic release
uses: cycjimmy/semantic-release-action@v3
with:
working_directory: ./lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}