diff options
-rw-r--r-- | .github/workflows/publish-workflow.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 07567a2f..ebbece66 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -30,4 +30,4 @@ jobs: context: . push: true tags: ${{ steps.metadata.outputs.tags }} - labels: ${{ steps.metadata.outputs.labels }} + labels: ${{ steps.metadata.outputs.labels }}
\ No newline at end of file |