Move jq to another step
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user