Compare commits

..

2 Commits

Author SHA1 Message Date
0ead6edcd5 1.0.5
All checks were successful
Publish / Publish npm package action (push) Successful in 9s
2026-01-16 05:46:31 +03:00
06624e4ed9 ci: add job's names 2026-01-16 05:46:27 +03:00
2 changed files with 15 additions and 16 deletions

View File

@ -6,8 +6,7 @@ on:
- main - main
jobs: jobs:
Publish-Action: Publish npm package action:
publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Checkout repository' - name: 'Checkout repository'

View File

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