@coherentglobal/spark-execute-sdk 0.3.6 → 0.3.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.
@@ -4,10 +4,12 @@ on:
4
4
  push:
5
5
  branches:
6
6
  - dev
7
+ - v*.*.*
7
8
 
8
9
  jobs:
9
10
  build:
10
11
  name: Build & Publish
12
+ environment: PUBLIC
11
13
  runs-on: ubuntu-latest
12
14
  steps:
13
15
  - name: Checkout
@@ -38,8 +40,10 @@ jobs:
38
40
  node-version: 16
39
41
  registry-url: 'https://registry.npmjs.org'
40
42
  always-auth: true
43
+
41
44
  - name: Install dependencies and build 🔧
42
45
  run: npm install && npm run bundle:full
46
+
43
47
  - name: Publish package on NPM 📦
44
48
  run: npm publish --access public
45
49
  env: