vectra-js 0.9.7 → 0.9.8

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.
@@ -0,0 +1,4 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: iamabhishek-n
4
+ buy_me_a_coffee: iamabhishekn
@@ -1,9 +1,8 @@
1
1
  name: Publish Package
2
2
 
3
3
  on:
4
- push:
5
- branches:
6
- - master
4
+ release:
5
+ types: [published]
7
6
 
8
7
  permissions:
9
8
  id-token: write
@@ -22,4 +21,4 @@ jobs:
22
21
  registry-url: 'https://registry.npmjs.org'
23
22
  - run: npm install
24
23
  - run: npm run build --if-present
25
- - run: npm publish
24
+ - run: npm publish --tag latest