Fix release workflow

This commit is contained in:
Zoe Roux 2024-04-30 00:42:33 +02:00 committed by GitHub
parent e1f1106c8d
commit 316e5dd208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Set correct versions
run: sed "s/edge/${{ github.ref_name }}" -i docker-compose.yml
run: sed "s/edge/${{ github.ref_name }}/" -i docker-compose.yml
- uses: actions/upload-artifact@v4
with: