@agilecustoms/envctl 0.1.0 → 0.1.2

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.
@@ -11,20 +11,13 @@ jobs:
11
11
  with:
12
12
  artifacts: true
13
13
  secrets: inherit
14
- permissions:
15
- id-token: write
16
- contents: read
17
14
 
18
15
 
19
16
  Release:
20
17
  needs:
21
18
  - Build
22
19
  runs-on: ubuntu-latest
23
- defaults:
24
- run:
25
- working-directory: client
26
20
  permissions:
27
- id-token: write
28
21
  contents: write
29
22
  steps:
30
23
  - name: Checkout
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {