Skip to content

Commit

Permalink
fix release workflow; release 3.52.2 (#4306)
Browse files Browse the repository at this point in the history
Previous release workflow failed on missing id-token permission.

Refs: #4304
  • Loading branch information
trentm authored Nov 5, 2024
1 parent 2634595 commit 426a49b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: write
id-token: write
pull-requests: read

jobs:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ for the latest (4.x) releases. The 3.x branch will be maintained until
2024-03-07 (6 months after the 4.0.0 release).
[[release-notes-3.52.1]]
==== 3.52.1 - 2024/11/05
[[release-notes-3.52.2]]
==== 3.52.2 - 2024/11/05
[float]
===== Chores
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "3.52.1",
"version": "3.52.2",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 426a49b

Please sign in to comment.