From 7c6455e8412118a3ee3edb07ef75b491a912521a Mon Sep 17 00:00:00 2001 From: Ajesh Sen Thapa <35629644+aj3sh@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:25:09 +0545 Subject: [PATCH] chore: update release tagging step name (#1022) There is a small issue in the step name for creating major/minor tags. Although it's not critical and doesn't impact any functionality, keeping a valid name in the step would be ideal. Note: The documentation in `README.md` for creating major/minor tags is correct. --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 394db7b..6769a66 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -45,7 +45,7 @@ jobs: release-type: node skip-github-pull-request: true - uses: actions/checkout@v4 - - name: tag major and patch versions + - name: tag major and minor versions run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com