@devopsplaybook.io/otel-utils 1.0.7-beta.6.01832d5 → 1.0.7-beta.6.1843428

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.
@@ -87,7 +87,7 @@ jobs:
87
87
 
88
88
  - name: Create GitHub Release
89
89
  if: steps.version-check.outputs.version-exists == 'false'
90
- uses: actions/create-release@v1
90
+ uses: actions/create-release@v1.1.4
91
91
  env:
92
92
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
93
  with:
@@ -10,6 +10,11 @@ concurrency:
10
10
  group: pr-${{ github.event.pull_request.number || github.ref }}
11
11
  cancel-in-progress: true
12
12
 
13
+ permissions:
14
+ contents: read
15
+ pull-requests: write
16
+ issues: write
17
+
13
18
  jobs:
14
19
  test-and-build:
15
20
  runs-on: ubuntu-latest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopsplaybook.io/otel-utils",
3
- "version": "1.0.7-beta.6.01832d5",
3
+ "version": "1.0.7-beta.6.1843428",
4
4
  "description": "Utility to simplify integration with Open Telemetry",
5
5
  "keywords": [
6
6
  "Open",