Skip to content

Commit

Permalink
bump version (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
amshalev authored Jun 14, 2020
1 parent 8bda9fc commit 2f49300
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
run: |
npm i
npm test
npm version patch -m "Bumping azure-kusto-data to %s"
git push origin master
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand All @@ -27,8 +25,6 @@ jobs:
npm i
npm test
npm run e2etest
npm version patch -m "Bumping azure-kusto-ingest to %s"
git push origin master
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-data/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 azure-kusto-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-data",
"version": "0.3.9",
"version": "0.3.10",
"description": "Azure Data Explorer Query SDK",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-ingest/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 azure-kusto-ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-ingest",
"version": "0.3.9",
"version": "0.3.10",
"description": "Azure Data Explorer Ingestion SDK",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 2f49300

Please sign in to comment.