Skip to content

Commit 36b6894

Browse files
committed
always auth
1 parent 4ca0294 commit 36b6894

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
with:
4343
node-version: 12
4444
registry-url: https://npm.pkg.github.com
45+
always-auth: true
4546
- run: yarn
4647
- run: yarn build
47-
- run: yarn publish --non-interactive --verbose
48+
- run: yarn publish --verbose
4849
env:
4950
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-datasource-cosmosdb",
3-
"version": "0.0.4",
3+
"version": "0.0.8",
44
"description": "An Apollo data source for Azure CosmosDB",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)