@getopenpay/openpay-js-react 0.0.1-alpha.6eb47d5 → 0.0.1

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.
@@ -33,7 +33,7 @@ jobs:
33
33
 
34
34
  - name: Publish package
35
35
  run: |
36
- npm version ${{ env.VERSION }}-alpha.${{ env.COMMIT_HASH }}
36
+ npm version ${{ env.VERSION }}-alpha.${{ env.COMMIT_HASH }} --no-git-tag-version
37
37
  npm publish --tag alpha --access public
38
38
  env:
39
39
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.0.1-alpha.6eb47d5",
3
+ "version": "0.0.1",
4
4
  "description": "Accept payments through OpenPay, right on your site",
5
5
  "author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
6
6
  "type": "module",