diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1827259d1..c9a4f2343 100755 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -61,4 +61,4 @@ jobs: # Output the new tag - name: Display new tag if: ${{ success() && steps.versioning.outcome == 'success' }} - run: echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}" + run: echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}" \ No newline at end of file