Fix publishing #46

Merged
telackey merged 4 commits from telackey/pub into main 2023-11-21 22:55:19 +00:00
2 changed files with 4 additions and 7 deletions
Showing only changes of commit acdad09986 - Show all commits

View File

@ -1,8 +1,5 @@
name: Publish npm package to gitea
on:
pull_request:
branches:
- '*'
release:
types: [published]
jobs:
@ -34,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.GITEA_PUBLISH_TOKEN }}"
#- name: npm publish
# run: |
# npm publish
- name: npm publish
run: |
npm publish

View File

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