добавлены gitea actions
All checks were successful
Publish / publish (push) Successful in 1m51s

This commit is contained in:
Sergey Krylov 2026-01-16 05:23:04 +03:00
parent 21ef7eb81c
commit 6bbd40dee6
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -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"