diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36e6b65..e6b096e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,4 +22,4 @@ jobs: repository: expediagroup/apiary-metastore-core username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - push: ${{ startsWith(github.ref, 'refs/tags/') } + push: ${{ startsWith(github.ref, 'refs/tags/') }}