remove apt for apk
deploy / deploy (push) Failing after 2m50s Details

This commit is contained in:
DataHearth 2023-04-14 22:24:09 +02:00
parent d23b6200f1
commit e717a6c02d
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ jobs:
- name: Get latest version
if: ${{ gitea.ref_name == 'latest' }}
run: |
apt update -y
apt install -y jq
apk add jq
echo "version=$(curl -sfL https://api.github.com/repos/AmruthPillai/Reactive-Resume/releases/latest | jq .tag_name)" >> $GITHUB_ENV
- name: Checkout