Skip to content

Commit

Permalink
ci(release): make sure source code is from stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Nov 19, 2023
1 parent ca7851d commit 909ca4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
steps:
- name: Checkout Source code
uses: actions/checkout@v4
with:
ref: "stable"
- name: Cache Rust dependencies
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -137,6 +139,8 @@ jobs:
steps:
- name: Checkout Source code
uses: actions/checkout@v4
with:
ref: "stable"
- name: Cache Rust dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 909ca4f

Please sign in to comment.