Skip to content

Commit

Permalink
some fixes from pair review
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf2323 committed Nov 1, 2023
1 parent 015e4e7 commit fa9c034
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
submodules: ${{ env.VERSION_TYPE == 'release' }}
- name: Create LFS file list
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
- name: Restore LFS cache
Expand Down Expand Up @@ -397,8 +399,8 @@ jobs:
git config --global user.name "BetonQuest-Bot"
git config --global user.email "[email protected]"
cd docs/_tutorials
git tag v${VERSION}
cd docs/_tutorials/
git tag "v$VERSION"
git push origin v${VERSION}
create-release:
name: Create GitHub Release
Expand Down

0 comments on commit fa9c034

Please sign in to comment.