@anddone/coretestautomation 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,7 +74,7 @@ jobs:
74
74
 
75
75
  # 7. Publish to npm
76
76
  - name: Publish to npm
77
- run: npm publish --access public
77
+ run: npm publish
78
78
  env:
79
79
  NODE_AUTH_TOKEN: ${{ secrets.TESTAUTOMATIONAUTH }}
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anddone/coretestautomation",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "main": "index.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {