Update main.yml

This commit is contained in:
Roelof Kallenkoot 2021-05-11 12:04:24 +02:00 committed by GitHub
parent cfd5761168
commit 1804c10786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Prepare - name: Prepare
id: prep id: prep
run: | run: |
DOCKER_IMAGE=ghcr.io/Rkallenkoot/redoc/cli DOCKER_IMAGE=ghcr.io/rkallenkoot/redoc/cli
VERSION=edge VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/} VERSION=${GITHUB_REF#refs/tags/}