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 6c3b8b7 commit 335ee1bCopy full SHA for 335ee1b
.github/workflows/docs.yml
@@ -40,9 +40,7 @@ jobs:
40
git fetch --tags
41
# Get the latest tag
42
latest_tag=$(git tag --sort=-creatordate | head -n 1)
43
- # Remove the 'v' prefix if it exists
44
- latest_tag_no_v=${latest_tag#v}
45
- echo "LATEST_RELEASE=$latest_tag_no_v" >> $GITHUB_ENV
+ echo "LATEST_RELEASE=$latest_tag" >> $GITHUB_ENV
46
47
- name: Generate index.html for judge0.github.io/judge0-python.
48
run: |
0 commit comments