Skip to content

Commit 66a8ffa

Browse files
committed
chore: update release workflow
1 parent 8a75cd0 commit 66a8ffa

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ on:
99
permissions:
1010
contents: write # to be able to publish a GitHub release
1111
id-token: write # to enable use of OIDC for npm provenance
12+
issues: write # to be able to comment on released issues
13+
pull-requests: write # to be able to comment on released pull requests
14+
packages: write # to be able to publish a GitHub Packages
1215

1316
jobs:
1417
git-tag-modify-helm-chart:
1518
name: Helm Chart Github Tags
1619
uses: "openmcp-project/blueprint-building-blocks/.github/workflows/git-tag-modified-helm-chart.yml@main"
1720
secrets: inherit
21+
git-release-create:
22+
name: Release Create
23+
uses: "openmcp-project/blueprint-building-blocks/.github/workflows/git-tag-modified-helm-chart.yml@main"
24+
secrets: inherit
1825
release:
1926
name: Release
20-
runs-on: ubuntu-latest
21-
permissions:
22-
contents: write # to be able to publish a GitHub release
23-
issues: write # to be able to comment on released issues
24-
pull-requests: write # to be able to comment on released pull requests
25-
id-token: write # to enable use of OIDC for npm provenance
26-
packages: write # to be able to publish a GitHub Packages
27+
runs-on: ubuntu-latest
2728
steps:
2829
- name: Checkout
2930
uses: actions/checkout@v4
@@ -47,9 +48,4 @@ jobs:
4748
env:
4849
GITHUB_TOKEN: ${{ secrets.CO_GOLDEN_PATH_SERVICEUSER_GH_TOKEN }}
4950
run: npx semantic-release
50-
git-release-create:
51-
uses: "openmcp-project/blueprint-building-blocks/.github/workflows/gh-pages-release.yml@main"
52-
name: Helm Chart Github Releases
53-
needs: release
54-
secrets: inherit
5551

0 commit comments

Comments
 (0)