Compare commits

..

2 Commits

Author SHA1 Message Date
31da7457c2 1.0.1 2026-01-16 05:39:07 +03:00
ffa7664edd ci: add job's names 2026-01-16 05:38:51 +03:00
3 changed files with 19 additions and 4 deletions

View File

@ -6,14 +6,20 @@ on:
- main
jobs:
name: 'Publish to Gitea npm registry'
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Setup dependencies'
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
- run: npm publish
- name: 'Publish to Gitea npm registry'
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

9
.npmignore Normal file
View File

@ -0,0 +1,9 @@
/node_modules/
*.log
pnpm-lock.yaml
yarn.lock
.env
.DS_Store
.log
.vscode/
Thumbs.db

View File

@ -1,6 +1,6 @@
{
"name": "@teacinema/core",
"version": "1.0.1-rc.0",
"version": "1.0.1",
"description": "Core utils and shared setup",
"publishConfig": {
"access": "public"