Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55b0262799 | |||
| 7ca78b74b8 |
@@ -7,19 +7,18 @@ on:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: node-22
|
||||
steps:
|
||||
- name: Route Git to external Gitea URL
|
||||
run: git config --global url."https://hub.kl1.tenere.ai/".insteadOf "http://gitea:3000/"
|
||||
|
||||
- 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