1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 00:01:36 +02:00

fix(build): configure git checkout step

This commit is contained in:
bcoe
2020-11-25 12:51:26 -08:00
parent e5d7556cab
commit ff5dfe1653

View File

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