@agilecustoms/envctl 0.1.1 → 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.
@@ -17,6 +17,8 @@ jobs:
17
17
  needs:
18
18
  - Build
19
19
  runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: write
20
22
  steps:
21
23
  - name: Checkout
22
24
  uses: actions/checkout@v4
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.1",
4
+ "version": "0.1.2",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {