abapgit-agent 1.1.1-3 → 1.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.
@@ -5,6 +5,9 @@ on:
5
5
  tags:
6
6
  - 'v*'
7
7
 
8
+ permissions:
9
+ contents: write
10
+
8
11
  jobs:
9
12
  release:
10
13
  runs-on: ubuntu-latest
@@ -56,5 +59,3 @@ jobs:
56
59
  ```bash
57
60
  npm install -g abapgit-agent
58
61
  ```
59
- env:
60
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abapgit-agent",
3
- "version": "1.1.1-3",
3
+ "version": "1.1.2",
4
4
  "description": "ABAP Git Agent - Pull and activate ABAP code via abapGit from any git repository",
5
5
  "main": "src/index.js",
6
6
  "bin": {