Skip to content

Commit

Permalink
test(release): commit to be removed before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Jul 3, 2024
1 parent 1dc5a24 commit bcb75b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hotfix-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/checkout@v4
with:
ref: main
ref: devx/dex-891-update-cicd

- name: Release drafter
uses: release-drafter/release-drafter@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# See https://github.com/peter-evans/create-pull-request/blob/main/docs/examples.md#keep-a-branch-up-to-date-with-another
- name: Fetch develop branch
run: |
git fetch origin develop:develop
git reset --hard develop
git fetch origin devx/dex-891-update-cicd:devx/dex-891-update-cicd
git reset --hard devx/dex-891-update-cicd
- name: Create release draft
uses: release-drafter/release-drafter@v6
Expand Down

0 comments on commit bcb75b5

Please sign in to comment.