Compare commits
No commits in common. "31da7457c26bdc0be9f820ae42ec852464dafcb6" and "6bbd40dee6ea3e6716fa7b37e4a685f31d5a5996" have entirely different histories.
31da7457c2
...
6bbd40dee6
@ -6,20 +6,14 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
name: 'Publish to Gitea npm registry'
|
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout repository'
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|
||||||
- name: 'Setup dependencies'
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
|
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
|
||||||
|
- run: npm publish
|
||||||
- name: 'Publish to Gitea npm registry'
|
|
||||||
run: npm publish
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
/node_modules/
|
|
||||||
*.log
|
|
||||||
pnpm-lock.yaml
|
|
||||||
yarn.lock
|
|
||||||
.env
|
|
||||||
.DS_Store
|
|
||||||
.log
|
|
||||||
.vscode/
|
|
||||||
Thumbs.db
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/core",
|
"name": "@teacinema/core",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1-rc.0",
|
||||||
"description": "Core utils and shared setup",
|
"description": "Core utils and shared setup",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user