vls-openapi-generator 1.10.0 → 1.10.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.
@@ -8,6 +8,9 @@ on:
8
8
  branches:
9
9
  - main
10
10
 
11
+ permissions:
12
+ contents: write
13
+
11
14
  jobs:
12
15
  release:
13
16
  if: github.event_name == 'push'
@@ -38,12 +41,6 @@ jobs:
38
41
  - name: Build project
39
42
  run: npm run build
40
43
 
41
- - name: Check .git exists
42
- run: |
43
- echo "PWD: $PWD"
44
- ls -la
45
- ls -la .git || echo ".git not found"
46
-
47
44
  - name: Release with Semantic
48
45
  run: npx semantic-release
49
46
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vls-openapi-generator",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {