@daiyam/artifact-vsx-ts 0.11.6 → 0.11.7

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.
@@ -9,7 +9,7 @@ permissions:
9
9
  jobs:
10
10
  publish:
11
11
  runs-on: ubuntu-latest
12
- environment: release
12
+ environment: publish
13
13
  steps:
14
14
  - name: Checkout code
15
15
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -16,7 +16,7 @@ permissions:
16
16
  jobs:
17
17
  publish:
18
18
  runs-on: ubuntu-latest
19
- environment: release
19
+ environment: publish
20
20
  steps:
21
21
  - name: Checkout code
22
22
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -9,7 +9,7 @@
9
9
  "scripts": {
10
10
  "build": "npm run clean && npm run compile:src && npm run bundle",
11
11
  "clean": "rimraf out",
12
- "package": "rm -f *.vsix && vsce package",
12
+ "package": "rimraf *.vsix && vsce package",
13
13
  "release": "release-it",
14
14
  "vscode:prepublish": "npm run build",
15
15
  "watch:src": "tsc-watch -p src --onSuccess 'npm run bundle'"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "description": "The configuration to create Visual Studio extensions and publish them on Visual Studio Marketplace and Open VSX Registry.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "5a18ffb1511899975f5e818e1c53587f7a632b47"
34
+ "gitHead": "12bdb277dbc3d7795c8479dbb421d7fc1574733f"
35
35
  }