Browse Source

chore(action): add repo checkout step

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4872/head
Pranav C 2 years ago
parent
commit
8841f8d477
  1. 5
      .github/workflows/release-nightly-dev.yml

5
.github/workflows/release-nightly-dev.yml

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

Loading…
Cancel
Save