Skip to content

Commit

Permalink
fix further release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Nov 18, 2024
1 parent 9a9e049 commit 3c596a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
cd ${GITHUB_WORKSPACE}/..
mkdir download-cache && cd download-cache
echo "DOWNLOAD_DIR=$PWD" >> $GITHUB_ENV
if [ $TAG_NAME == "master" ]; then
if [ $TAG_NAME == "unstable" ]; then
echo "TITLE=\"Release of unstable master branch\"" >> $GITHUB_ENV
echo "PRERELEASE=--prerelease" >> $GITHUB_ENV
else
Expand Down
2 changes: 1 addition & 1 deletion doc/build_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#### Step 1: Clone the latest version

```bash
git clone -b latest https://github.com/YanzhaoW/srs-daq.git
git clone -b [latest version] https://github.com/YanzhaoW/srs-daq.git
cd srs-daq
git submodule update --init
```
Expand Down

0 comments on commit 3c596a1

Please sign in to comment.