Skip to content

Commit

Permalink
change var to string, delete old drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Feb 14, 2024
1 parent e8ae3b9 commit b97fdc9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
ref: gh-pages
# we do not want to delete the created chart
clean: false
clean: "false"

- name: Update index.yaml
run: helm repo index . --merge index.yaml
Expand All @@ -51,3 +51,8 @@ jobs:
files: index.yaml
name: Deutsche Telekom MMS
email: [email protected]

- name: Delete old drafts
uses: hugo19941994/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b97fdc9

Please sign in to comment.