Skip to content

Commit

Permalink
chore: update release tagging step name (#1022)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aj3sh authored Sep 17, 2024
1 parent 5ec1cbd commit 7c6455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c6455e

Please sign in to comment.