We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7daf1 commit 4320137Copy full SHA for 4320137
1 file changed
.github/workflows/build-docs.yml
@@ -24,22 +24,6 @@ jobs:
24
steps:
25
- name: Checkout
26
uses: actions/checkout@v4
27
- - name: Determine latest rel-x.y branch
28
- id: latest
29
- run: |
30
- latest_branch=$(git branch -r \
31
- | sed 's|origin/||' \
32
- | grep '^rel-[0-9]\+\.[0-9]\+$' \
33
- | sed 's/rel-//' \
34
- | sort -V \
35
- | tail -n 1)
36
- echo "latest=rel-$latest_branch" >> "$GITHUB_OUTPUT"
37
-
38
- - name: Stop if not latest
39
- if: steps.latest.outputs.latest != github.ref_name
40
41
- echo "Not latest branch. This is ${{ github.ref_name }}, latest is ${{ steps.latest.outputs.latest }}"
42
- exit 0
43
- name: Setup bun
44
uses: oven-sh/setup-bun@v2
45
with:
0 commit comments