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
|
||||
uses: HarmvZ/set-package-json-version-action@v0.1.2
|
||||
with:
|
||||
version: ${{ env.PKG_VERSION_STRICT }}
|
||||
version: 1.0.${{ github.run_number }}
|
||||
path: ./bootstrap
|
||||
|
||||
- name: Build Release
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bootstrap",
|
||||
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
||||
"version": "3.4.1",
|
||||
"name": "@ietf-tools/datatracker-bs3",
|
||||
"description": "Custom Bootstrap 3 theme for IETF Datatracker.",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"css",
|
||||
"less",
|
||||
|
@ -25,10 +25,10 @@
|
|||
"main": "./dist/js/npm",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twbs/bootstrap.git"
|
||||
"url": "https://github.com/ietf-tools/datatracker.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/twbs/bootstrap/issues"
|
||||
"url": "https://github.com/ietf-tools/datatracker/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
|
|
Loading…
Reference in a new issue