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 2a24ffa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
11 changes: 5 additions & 6 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}}
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demobbed-viewer",
"version": "1.2.0",
"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 2a24ffa

Please sign in to comment.