Skip to content

Commit b37d4ae

Browse files
authored
ci: fix release please and oidc (#878)
* Use node-workspace plugin in release me * Add id-token permission for OIDC lib * Bump version of septic-config-lib
1 parent 2699d7f commit b37d4ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/extension":"1.29.1"}
1+
{"packages/extension":"1.29.1", "packages/septic":"1.0.0"}

.github/release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"pull-request-title-pattern": "chore: release${component} ${version}",
55
"separate-pull-requests": true,
66
"bootstrap-sha": "3971317818401e057d906d295f5a165049651884",
7+
"plugins": ["node-workspace"],
78
"packages": {
89
"packages/extension": {
9-
"package-name": "septic-config",
1010
"release-type": "node"
1111
},
1212
"packages/septic": {
13-
"package-name": "@equinor/septic-config-lib",
1413
"release-type": "node"
1514
}
1615
},

.github/workflows/publish-lib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
workflow_call:
44
permissions:
55
contents: read
6+
id-token: write
67
jobs:
78
publish:
89
name: "🚀 Publish"

0 commit comments

Comments
 (0)