We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31079f commit b9fcdafCopy full SHA for b9fcdaf
2 files changed
.github/workflows/publish-github.yml
@@ -2,7 +2,7 @@ name: Node.js Package
2
on:
3
push:
4
braches:
5
- - master
+ - main
6
7
jobs:
8
build:
package.json
@@ -1,5 +1,5 @@
1
{
- "name": "@andrejpk/apollo-datasource-cosmosdb",
+ "name": "apollo-datasource-cosmosdb",
"version": "0.0.14",
"description": "An Apollo data source for Azure CosmosDB",
"main": "dist/index.js",
0 commit comments