Skip to content

Commit

Permalink
temp: test out the new hotfix workflow (USE THIS BRANCH)
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 31, 2024
1 parent 322b8ce commit 790f5e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-create-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: LedgerHQ/ledger-live/tools/actions/composites/setup-git-user@develop
- name: create hotfix branch
run: |
git checkout -b hotfix
git checkout -b hotfix-TEST-ANGUSBAYLEY
- name: Setup the toolchain
uses: LedgerHQ/ledger-live/tools/actions/composites/setup-toolchain@develop
- name: install dependencies
Expand All @@ -74,7 +74,7 @@ jobs:
echo "date=$(date +%F)" >> $GITHUB_OUTPUT
- name: push
run: |
git push origin hotfix
gh pr create --title ":fire: Hotfix ${{ steps.date.outputs.date }}" -F ./.github/templates/hotfix.md --base main --head hotfix
git push origin hotfix-TEST-ANGUSBAYLEY
gh pr create --title ":fire: [TEST - NOT A REAL HOTFIX] Hotfix ${{ steps.date.outputs.date }}" -F ./.github/templates/hotfix.md --base main --head hotfix-TEST-ANGUSBAYLEY
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
ref:
description: the branch to release from
default: hotfix
default: hotfix-TEST-ANGUSBAYLEY
required: true

jobs:
Expand Down

0 comments on commit 790f5e1

Please sign in to comment.