(feat) Fix pipe.
This commit is contained in:
@@ -7,19 +7,15 @@ on:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: node-22
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
- name: Install
|
||||
run: npm install --registry https://packages.tenere.ai
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
run: npm run build
|
||||
|
||||
- name: Publish to Gitea npm
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user