Skip to content

Commit 4483eef

Browse files
authored
Merge pull request #2 from agoda-com/test-ci
add try run
2 parents 4e651e6 + 2c4931e commit 4483eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: npm run build
2727

2828
- name: Publish to npm
29-
run: npm publish --access public
29+
run: npm publish --dry-run
3030
env:
3131
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": "agoda-graphql-csharp-generator",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "index.js",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)