Skip to content

Commit

Permalink
Change development branch name to "unstable"
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Mar 7, 2024
1 parent aebb202 commit 63ce629
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- stable
- development
- unstable
- experimental

jobs:
Expand All @@ -21,17 +21,17 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Bright Security"
- name: Change name to development
if: ${{ github.ref == 'refs/heads/development' }}
- name: Change name to unstable
if: ${{ github.ref == 'refs/heads/unstable' }}
run: |
sed -i 's/brokencrystals/brokencrystals-dev/g' ./charts/brokencrystals/Chart.yaml
sed -i 's/brkn/brkn-dev/g' ./charts/brokencrystals/Chart.yaml
- name: Change values to development
if: ${{ github.ref == 'refs/heads/development' }}
if: ${{ github.ref == 'refs/heads/unstable' }}
run: |
sed -i 's/^ main:.*/ main: development/' ./charts/brokencrystals/values.yaml
sed -i 's/^ client:.*/ client: development/' ./charts/brokencrystals/values.yaml
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]
Expand Down

0 comments on commit 63ce629

Please sign in to comment.