Mod run line

This commit is contained in:
2024-06-03 21:36:36 -05:00
parent 7c899ddf69
commit 97f3d0662e

View File

@@ -11,7 +11,7 @@ jobs:
token: ${{ secrets.REPO_MOD_TOKEN }}
- name: Fetch release version
run: |
apt-get install jq | \
apt-get install jq
curl -sL https://api.github.com/repos/pterodactyl/panel/releases/latest | \
jq -r ".tag_name" > release-versions/panel-latest.txt
- name: Check for modified files