1
0
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:
bcoe
2020-11-25 12:51:26 -08:00
parent e5d7556cab
commit ff5dfe1653

View File

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