Compare commits

...

2 Commits

Author SHA1 Message Date
5f8318e767 1.0.3 2026-01-16 05:43:28 +03:00
a29f5368d3 ci: add job's names 2026-01-16 05:42:24 +03:00
2 changed files with 2 additions and 4 deletions

View File

@ -6,19 +6,17 @@ on:
- main
jobs:
name: 'Publish to Gitea npm registry'
name: 'Publish job'
publish:
runs-on: ubuntu-latest
steps:
- 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/'
- name: 'Publish to Gitea npm registry'
run: npm publish
env:

View File

@ -1,6 +1,6 @@
{
"name": "@teacinema/core",
"version": "1.0.2",
"version": "1.0.3",
"description": "Core utils and shared setup",
"publishConfig": {
"access": "public"