Skip to content

Commit

Permalink
fix(changie-trigger-release): work through initial successful run
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 23, 2024
1 parent 152d329 commit ad3c01b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changie-trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensures a full checkout
- name: configure-default-git-committer
run: |
git config user.name github-actions
git config user.email [email protected]
- name: check-branch-existence
id: check_branch
run: |
Expand Down Expand Up @@ -116,7 +120,6 @@ jobs:
run: |
echo "Adding changelog files for commit..."
git add .changes/* CHANGELOG*.md aqua.yaml
- name: create-new-branch
if: steps.check_branch.outputs.BRANCH_ALREADY_EXISTS == 'false'
run: |
Expand Down

0 comments on commit ad3c01b

Please sign in to comment.