Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gasRU76 committed Aug 13, 2024
1 parent b968521 commit 6fd0c0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0


- name: Setup Git
run: |
git config --global user.email "[email protected]"
Expand All @@ -32,7 +30,7 @@ jobs:
run: |
sed -i 's/^ main:.*/ main: unstable/' ./charts/brokencrystals/values.yaml
sed -i 's/^ client:.*/ client: unstable/' ./charts/brokencrystals/values.yaml
- name: Release packages
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 6fd0c0e

Please sign in to comment.