We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca0294 commit 36b6894Copy full SHA for 36b6894
2 files changed
.github/workflows/publish-github.yml
@@ -42,8 +42,9 @@ jobs:
42
with:
43
node-version: 12
44
registry-url: https://npm.pkg.github.com
45
+ always-auth: true
46
- run: yarn
47
- run: yarn build
- - run: yarn publish --non-interactive --verbose
48
+ - run: yarn publish --verbose
49
env:
50
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "apollo-datasource-cosmosdb",
3
- "version": "0.0.4",
+ "version": "0.0.8",
4
"description": "An Apollo data source for Azure CosmosDB",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments