From 6f7bd88d1deb5f6a7e7e9d74dc7559912a3d3f9b Mon Sep 17 00:00:00 2001 From: Sean Goedecke Date: Mon, 21 Jul 2025 03:49:57 +0000 Subject: [PATCH] lint --- .github/workflows/release-new-action-version.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-new-action-version.yml b/.github/workflows/release-new-action-version.yml index 22c0859..340824e 100644 --- a/.github/workflows/release-new-action-version.yml +++ b/.github/workflows/release-new-action-version.yml @@ -16,7 +16,9 @@ permissions: jobs: update_tag: - name: Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes + name: + Update the major tag to include the ${{ github.event.inputs.TAG_NAME || + github.event.release.tag_name }} changes environment: name: releaseNewActionVersion runs-on: ubuntu-latest