Skip to content

Commit 4f95700

Browse files
authored
Update build.yaml
1 parent 7447650 commit 4f95700

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,11 +414,12 @@ jobs:
414414

415415
- name: Get version of last release
416416
id: last_release
417-
uses: mindojo/get-latest-release@0b8ef1434d7468d6bffcc8263baff5c777f72321
417+
uses: joutvhu/get-release@v1
418418
with:
419-
myToken: ${{ github.token }}
420-
exclude_types: "draft|prerelease"
421-
view_top: 1
419+
latest: true
420+
prerelease: false
421+
env:
422+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
422423

423424
- name: Add binary to Web Installer and update manifest
424425
run: |

0 commit comments

Comments
 (0)