Skip to content

Commit

Permalink
Update hotfix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier authored Nov 25, 2024
1 parent 066cb53 commit 4b26fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CI_CD_TOKEN }}

- name: Create hotfix branch
Expand All @@ -29,4 +30,4 @@ jobs:
echo "Create hotfix branch $HOTFIX_BRANCH_NAME"
git fetch --all
git checkout tags/$START_TAG -b $HOTFIX_BRANCH_NAME
git push origin $HOTFIX_BRANCH_NAME
git push origin $HOTFIX_BRANCH_NAME

0 comments on commit 4b26fb1

Please sign in to comment.