1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

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.
This commit is contained in:
Ajesh Sen Thapa
2024-09-18 01:25:09 +05:45
committed by GitHub
parent 5ec1cbd9cb
commit 7c6455e841

View File

@@ -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