ci: set bootstrap npm info for publish
This commit is contained in:
parent
badc814918
commit
7163c37155
2
.github/workflows/publish-bs3.yml
vendored
2
.github/workflows/publish-bs3.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Set package.json version
|
- name: Set package.json version
|
||||||
uses: HarmvZ/set-package-json-version-action@v0.1.2
|
uses: HarmvZ/set-package-json-version-action@v0.1.2
|
||||||
with:
|
with:
|
||||||
version: ${{ env.PKG_VERSION_STRICT }}
|
version: 1.0.${{ github.run_number }}
|
||||||
path: ./bootstrap
|
path: ./bootstrap
|
||||||
|
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bootstrap",
|
"name": "@ietf-tools/datatracker-bs3",
|
||||||
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
"description": "Custom Bootstrap 3 theme for IETF Datatracker.",
|
||||||
"version": "3.4.1",
|
"version": "1.0.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
"less",
|
"less",
|
||||||
|
@ -25,10 +25,10 @@
|
||||||
"main": "./dist/js/npm",
|
"main": "./dist/js/npm",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/twbs/bootstrap.git"
|
"url": "https://github.com/ietf-tools/datatracker.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/twbs/bootstrap/issues"
|
"url": "https://github.com/ietf-tools/datatracker/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
|
Loading…
Reference in a new issue