mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 06:16:34 +00:00
chore(action): add repo checkout step
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
5
.github/workflows/release-nightly-dev.yml
vendored
5
.github/workflows/release-nightly-dev.yml
vendored
@@ -12,6 +12,11 @@ jobs:
|
||||
set-tag:
|
||||
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