Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dayuy committed Nov 27, 2023
1 parent 542e4c0 commit cdc4825
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sdk_upgrade.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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:
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

0 comments on commit cdc4825

Please sign in to comment.