Skip to content

Commit 7163c37

Browse files
authored
ci: set bootstrap npm info for publish
1 parent badc814 commit 7163c37

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish-bs3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set package.json version
2323
uses: HarmvZ/set-package-json-version-action@v0.1.2
2424
with:
25-
version: ${{ env.PKG_VERSION_STRICT }}
25+
version: 1.0.${{ github.run_number }}
2626
path: ./bootstrap
2727

2828
- name: Build Release

bootstrap/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "bootstrap",
3-
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4-
"version": "3.4.1",
2+
"name": "@ietf-tools/datatracker-bs3",
3+
"description": "Custom Bootstrap 3 theme for IETF Datatracker.",
4+
"version": "1.0.0",
55
"keywords": [
66
"css",
77
"less",
@@ -25,10 +25,10 @@
2525
"main": "./dist/js/npm",
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/twbs/bootstrap.git"
28+
"url": "https://github.com/ietf-tools/datatracker.git"
2929
},
3030
"bugs": {
31-
"url": "https://github.com/twbs/bootstrap/issues"
31+
"url": "https://github.com/ietf-tools/datatracker/issues"
3232
},
3333
"license": "MIT",
3434
"dependencies": {},

0 commit comments

Comments
 (0)