We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e651e6 + 2c4931e commit 4483eefCopy full SHA for 4483eef
.github/workflows/publish.yml
@@ -26,6 +26,6 @@ jobs:
26
run: npm run build
27
28
- name: Publish to npm
29
- run: npm publish --access public
+ run: npm publish --dry-run
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "agoda-graphql-csharp-generator",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"main": "index.js",
5
"files": [
6
"dist"
0 commit comments