Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 1c492af commit c7b1db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Clone LLHL repository
run: |
git clone https://github.com/7mochi/llhl
cd llhl && git checkout full-release-ci
- name: Clone LLHL Resources repository
run: |
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
- name: Clone LLHL repository
run: |
git clone https://github.com/7mochi/llhl
cd llhl && git checkout 3.0-stable
cd llhl && git checkout full-release-ci
- name: Clone LLHL Resources repository
run: |
Expand Down

0 comments on commit c7b1db1

Please sign in to comment.