mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2026-05-21 03:10:03 +02:00
~ fixing github npm publish
This commit is contained in:
parent
a4b41bdd21
commit
c6a80b7107
4
.github/workflows/npm-github.yml
vendored
4
.github/workflows/npm-github.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue