Skip to content

Commit a1df8a5

Browse files
chore: Add workflow_dispatch to chart release workflow
1 parent 128cd8e commit a1df8a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/chart-release-issuerservice.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
- 'charts/tractusx-issuerservice-memory'
3131
branches:
3232
- main
33+
workflow_dispatch:
3334

3435
jobs:
3536
release:
@@ -72,4 +73,4 @@ jobs:
7273
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
7374
env:
7475
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
75-
CR_SKIP_EXISTING: "true"
76+
CR_SKIP_EXISTING: "true"

0 commit comments

Comments
 (0)