Compare commits

..

No commits in common. "0ead6edcd5ae6f60e5f85f8c6f4b653d6586291a" and "e510a7e209d593bd36679c365c1f1be512f1c5af" have entirely different histories.

2 changed files with 16 additions and 15 deletions

View File

@ -6,7 +6,8 @@ on:
- main - main
jobs: jobs:
Publish npm package action: Publish-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.5", "version": "1.0.4",
"description": "Core utils and shared setup", "description": "Core utils and shared setup",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"