mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 12:37:25 +00:00
fix(workflows): add missing checkout
This commit is contained in:
5
.github/workflows/release-pr.yml
vendored
5
.github/workflows/release-pr.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user