@platzio/sdk 0.6.0-beta.0 → 0.6.0-beta.1-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.
@@ -37,14 +37,7 @@ jobs:
37
37
 
38
38
  - name: 🏗️ Generate SDK
39
39
  run: |
40
- docker run --rm \
41
- -v "$(pwd):/local" \
42
- openapitools/openapi-generator-cli \
43
- generate \
44
- -i /local/openapi.yaml \
45
- -g typescript-axios \
46
- -o /local/src \
47
- --additional-properties=useSingleRequestParameter=true
40
+ ./generate-sdk.sh openapi.yaml
48
41
 
49
42
  - name: 👷 npm install
50
43
  run: |
@@ -55,6 +48,6 @@ jobs:
55
48
  npm run build
56
49
 
57
50
  - name: 🚀 Publish to NPM
58
- uses: JS-DevTools/npm-publish@v2
51
+ uses: JS-DevTools/npm-publish@v3
59
52
  with:
60
53
  token: ${{ secrets.NPM_TOKEN }}