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 ebc1946 commit 8e1cf57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changie-trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
- name: create-pull-request
if: steps.check_branch.outputs.BRANCH_ALREADY_EXISTS == 'false'
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "Creating pull request..."
gh pr create --title "chore(deps): trigger a release based with changie updates" \
Expand Down

0 comments on commit 8e1cf57

Please sign in to comment.