telackey/whoami #47

Merged
telackey merged 5 commits from telackey/whoami into main 2023-11-21 23:29:13 +00:00
2 changed files with 3 additions and 9 deletions
Showing only changes of commit 826d25edbc - Show all commits

View File

@ -1,11 +1,5 @@
name: Publish npm package to gitea
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
release:
types: [published]
jobs:
@ -37,6 +31,6 @@ jobs:
- name: Authenticate to git.vdb.to registry
run: |
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
- name: npm whoami
- name: npm publish
run: |
npm whoami
npm publish

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/laconic-sdk",
"version": "0.1.8",
"version": "0.1.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:cerc-io/laconic-sdk.git",