Skip to content

Commit 426a49b

Browse files
authored
fix release workflow; release 3.52.2 (#4306)
Previous release workflow failed on missing id-token permission. Refs: #4304
1 parent 2634595 commit 426a49b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: write
10+
id-token: write
1011
pull-requests: read
1112

1213
jobs:

CHANGELOG.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ for the latest (4.x) releases. The 3.x branch will be maintained until
3737
2024-03-07 (6 months after the 4.0.0 release).
3838
3939
40-
[[release-notes-3.52.1]]
41-
==== 3.52.1 - 2024/11/05
40+
[[release-notes-3.52.2]]
41+
==== 3.52.2 - 2024/11/05
4242
4343
[float]
4444
===== Chores

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.52.1",
3+
"version": "3.52.2",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)