Move jq to another step

This commit is contained in:
2024-06-03 21:37:54 -05:00
parent 97f3d0662e
commit 8b74a4fc4a

View File

@@ -9,9 +9,10 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.REPO_MOD_TOKEN }}
- name: Prepare the container
run: apt-get install jq
- name: Fetch release version
run: |
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