fixing syntax of play-with-docker.yml workflow file

This commit is contained in:
Axel Uhl
2024-05-23 16:40:37 +02:00
parent ced0b34a6c
commit 110d0f33fe
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
else
echo "${{ github.event.inputs.release }}"
fi )
BEARER_TOKEN=${{ secrets.GITHUB_TOKEN }}" >>${GITHUB_ENV}
BEARER_TOKEN=${{ secrets.GITHUB_TOKEN }}" >>${GITHUB_ENV}
- name: Download release
shell: bash
run: |