~ fixing github npm publish

This commit is contained in:
nicobo 2023-07-06 22:48:38 +02:00
parent a4b41bdd21
commit c6a80b7107
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,8 @@ name: Publish package to GitHub Packages
on:
push:
branches:
- master
tags:
- 'v*.*.*'
@ -24,6 +26,6 @@ jobs:
scope: '@nicolabs'
- run: npm ci
- run: npm test
- run: npm publish --provenance --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,6 +1,10 @@
{
"name": "musiccast-repairkit",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/nicolabs/musiccast-repairkit.git"
},
"main": "index.js",
"author": "nicobo (https://www.nicolabs.net/people/nicobo)",
"license": "MIT",