Skip to content

Commit 0b2508b

Browse files
committed
use ADO for the release
1 parent 2d4d544 commit 0b2508b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: CI BUILD + UT
4646
run: yarn ci-test
4747

48-
- name: Publish package
49-
run: yarn publish --access public
50-
env:
51-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
48+
# - name: Publish package
49+
# run: yarn publish --access public
50+
# env:
51+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/objectstoreprovider",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "A cross-browser object store library",
55
"author": "Mukundan Kavanur Kidambi <mukav@microsoft.com>",
66
"scripts": {

0 commit comments

Comments
 (0)