Compare commits

..

No commits in common. "master" and "v0.1.12" have entirely different histories.

3 changed files with 8 additions and 12 deletions

View File

@ -2,12 +2,10 @@
name: Build and publish
on:
workflow_dispatch:
inputs:
version:
type: string
description: Semver to publish
required: true
- workflow_dispatch
# push:
# branches:
# - master
jobs:
build-and-publish:
@ -35,6 +33,4 @@ jobs:
run: npm run tsc
- name: Publish package
run: |
npm version ${{ inputs.version }} --allow-same-version --git-tag-version false
npm publish
run: npm publish

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@doc-utils/docs2website",
"version": "0.2.1",
"version": "0.1.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@doc-utils/docs2website",
"version": "0.2.1",
"version": "0.1.12",
"dependencies": {
"@doc-utils/color-themes": "^0.2.0",
"@doc-utils/jsonschema2markdown": "^0.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@doc-utils/docs2website",
"version": "0.2.1",
"version": "0.1.12",
"publishConfig": {
"registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
},