diff --git a/.gitea/workflows/semantic-release.yaml b/.gitea/workflows/semantic-release.yaml index e5acf7a..3312e79 100644 --- a/.gitea/workflows/semantic-release.yaml +++ b/.gitea/workflows/semantic-release.yaml @@ -45,9 +45,9 @@ jobs: username: ${{ secrets.HARBOR_USERNAME }} password: ${{ secrets.HARBOR_PASSWORD }} - - name: echo new tag - run: | - echo "${{ steps.meta.outputs.tags }}" + - name: echo new tag + run: | + echo "${{ steps.meta.outputs.tags }}" # - name: Build and push