Skip to content

Commit

Permalink
Update: Github Action + v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SahanDisa committed May 5, 2022
1 parent 90ae407 commit 22db034
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Publish package on NPM 📦
run: npm publish
run: npm publish --tag github
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "time-series-error",
"version": "2.0.5",
"version": "2.0.6",
"description": "Time Series Error Evaluation Metrics ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 22db034

Please sign in to comment.