fix(workflows): add missing checkout

This commit is contained in:
Wing-Kam Wong
2023-07-19 13:36:15 +08:00
parent 0bff168daa
commit e347ff2dde

View File

@@ -24,6 +24,11 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false && github.base_ref == 'develop' && github.event.action != 'closed' }}
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
ref: ${{ github.ref }}
- name: set-tag
id: tag-step
run: |