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