mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 00:51:36 +02:00
fix(build): configure git checkout step
This commit is contained in:
1
.github/workflows/release-please.yaml
vendored
1
.github/workflows/release-please.yaml
vendored
@@ -77,6 +77,7 @@ jobs:
|
|||||||
release-type: node
|
release-type: node
|
||||||
package-name: ${{env.ACTION_NAME}}
|
package-name: ${{env.ACTION_NAME}}
|
||||||
command: github-release
|
command: github-release
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: tag major and patch versions
|
- name: tag major and patch versions
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions[bot]
|
git config user.name github-actions[bot]
|
||||||
|
|||||||
Reference in New Issue
Block a user