mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-08 11:11:14 +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
|
||||
package-name: ${{env.ACTION_NAME}}
|
||||
command: github-release
|
||||
- uses: actions/checkout@v2
|
||||
- name: tag major and patch versions
|
||||
run: |
|
||||
git config user.name github-actions[bot]
|
||||
|
||||
Reference in New Issue
Block a user