Skip to content

Commit e771c5b

Browse files
committed
Deliverybot
1 parent dbe43e5 commit e771c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Remove old release from Kubernetes
6868
if: ${{ env.DELETE_VERSION > 0 }}
6969
# continue-on-error: true
70-
uses: './.github/actions/helm-delivery'
70+
uses: 'deliverybot/helm@v1.7.0'
7171
with:
7272
task: 'remove'
7373
release: 'v${{ env.DELETE_VERSION }}'

0 commit comments

Comments
 (0)