Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
c3932d7769
commit
8c1cc7f43d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Get latest package version
|
||||
id: check
|
||||
run: |
|
||||
newest_version=$(curl https://api.github.com/repos/monero-project/monero/tags | jq -r .[0].tag_name)
|
||||
newest_version=$(curl https://api.github.com/repos/monero-project/monero/tags | jq -r .[0].name)
|
||||
echo "NEWEST_VERSION=$newest_version" >> $GITHUB_ENV
|
||||
|
||||
- name: Determine if update is needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue