Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Oct 31, 2023
1 parent d16ae6e commit 058fa66
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-tags: true
# to get tag information
- run: git fetch --prune --unshallow

- uses: actions/setup-python@v2
with:
python-version: 3.x
Expand All @@ -38,11 +41,6 @@ jobs:
# grab latest release url of the JimpleLSP jar and download it
- run: curl -s -L -o ./jimplelsp.jar $(curl -s https://api.github.com/repos/swissiety/jimpleLsp/releases/latest | grep 'browser_download_url".*jar"' | cut -d ':' -f 2,3 | tr -d \")


- run: ls -a
- run: git describe --tags `git rev-list --tags --max-count=1`
- run: git tag --sort=committerdate

- name: get latest release tag
id: "latestgittag"
run: latestgittagvar="$(git tag --sort=committerdate | grep -E '[0-9]' | tail -1 | cut -b 2-7)"
Expand Down

0 comments on commit 058fa66

Please sign in to comment.