ci: v
Some checks failed
Build and push Docker image / build (push) Failing after 5s

This commit is contained in:
Hamcha 2024-04-07 23:24:46 +02:00
parent 81b478bf5c
commit 618835e265
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Update jsr.json
run: sed -i "s/x.x.x/${{ github.ref_name }}/g" jsr.json
run: sed -i "s/x.x.x/${GITHUB_REF_NAME#v}/g" jsr.json
- name: Setup Deno
run: |
curl -fsSL https://deno.land/x/install/install.sh | sh