ci: set bootstrap npm info for publish

This commit is contained in:
Nicolas Giard 2022-03-04 17:58:37 -05:00 committed by GitHub
parent badc814918
commit 7163c37155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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": {},