Reorganized remote release monitoring
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
id: version-check
|
||||
run: |
|
||||
VERSION_TAG=$(curl -sL $MONITOR_URL | jq -r .tag_name)
|
||||
echo "$VERSION_TAG" > release-versions/latest.txt
|
||||
echo "$VERSION_TAG" > .gitea/remote-releases/latest.txt
|
||||
echo ::set-output name=version::"$VERSION_TAG"
|
||||
- name: Check for modified files
|
||||
id: git-check
|
||||
|
Reference in New Issue
Block a user