From 6bbd40dee6ea3e6716fa7b37e4a685f31d5a5996 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 16 Jan 2026 05:23:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20gitea=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/publish.yml | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .gitea/workflows/publish.yml diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml new file mode 100644 index 0000000..ddfef85 --- /dev/null +++ b/.gitea/workflows/publish.yml @@ -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 }} diff --git a/package.json b/package.json index e830c98..393ae3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teacinema/core", - "version": "1.0.1", + "version": "1.0.1-rc.0", "description": "Core utils and shared setup", "publishConfig": { "access": "public"