Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed May 7, 2024
1 parent d913ab8 commit 31dafd6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v1

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v1
with:
node-version: "18.x"
node-version: 14
registry-url: "https://registry.npmjs.org"

- name: Install and Build
- name: Install
run: |
npm install
npm run build
- name: Publish on NPM
run: npm publish --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demobbed-viewer",
"version": "1.2.0",
"name": "@cernopendata/demobbed-viewer",
"version": "1.3.0",
"description": "This is a demonstrative browser-based event display for open data of the OPERA neutrino oscillation experiment.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -13,10 +13,10 @@
"OPERA",
"previewer"
],
"author": "Sergey Dmitrievsky",
"author": "cernopendata team",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cernopendata/demobbed-viewer/issues"
},
"homepage": "https://github.com/cernopendata/demobbed-viewer#readme"
}
}

0 comments on commit 31dafd6

Please sign in to comment.