From ae6f9aebcbfa9e8bb6f3840ced4d522e97f498cb Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sat, 27 Mar 2021 14:57:31 +0100 Subject: [PATCH] WIP --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8334e0b29..070f557f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,9 @@ jobs: docker: runs-on: ubuntu-latest steps: + - name: "Get tag name" + id: tag + uses: dawidd6/action-get-tag@v1 - name: "Login to DockerHub" uses: docker/login-action@v1 with: