Fix nightly workflow

This commit is contained in:
eikek
2021-06-08 22:33:12 +02:00
parent ba35caa523
commit f06d10d7f7
2 changed files with 7 additions and 6 deletions

View File

@ -11,10 +11,8 @@ jobs:
fetch-depth: 0
- name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1