Skip to content

Workflow file for this run

name: Publish @tenx-ui/arcadia-bff-sdk
on:
push:
branches:
- main
jobs:
installation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:

Check failure on line 14 in .github/workflows/sdk_upgrade.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sdk_upgrade.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
node-version: '18.x',
registry-url: 'http://dev-npm.tenxcloud.net'
always-auth: 'true'
scope: '@tenx-ui'
- run: npm i pnpm @antfu/ni zx -g
- run: ni
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm run gen:gql
- run: npm run pub