Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Apr 25, 2020
1 parent b68d9cb commit 47f4250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
echo $PR_BRANCH
cd $HOME/charts
git checkout -b $PR_BRANCH
git add --all
git commit -a -s -m "Push stash chart for $GITHUB_REF"
git push origin $PR_BRANCH -f
curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1
Expand Down

0 comments on commit 47f4250

Please sign in to comment.