Skip to content

Commit

Permalink
Update docs-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Jun 13, 2024
1 parent 5ad99a3 commit e49f10b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- name: Make Symlinks
run: |
VERSION=$(basename ${{ github.ref_name }})
git remote add upstream [email protected]:deephaven/deephaven-core.git
git fetch --tags upstream
git tag -a -m "[Temp Tag] ${VERSION}" ${VERSION} release/${VERSION}
LATEST=$(git tag --sort="version:refname" | grep -E "^v([0-9]+[.]?){3}$" | tail -1)
mkdir -p tmp-deephaven-core-v2/symlinks
Expand Down

0 comments on commit e49f10b

Please sign in to comment.