Skip to content

Commit

Permalink
ci: change ci step names
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Apr 23, 2024
1 parent b282a29 commit 894bd5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
submodules: true
fetch-depth: 0

- uses: actions/checkout@v4
- name: Checkout fivenet repository
uses: actions/checkout@v4
with:
repository: galexrt/fivenet
fetch-depth: 0
path: fivenet

- name: Get pnpm store directory
- name: Set latest version for docs
shell: bash
run: |
echo "COMMIT_REF=$(git -C ./fivenet describe --tags --exclude='fivenet-*')" >> $GITHUB_ENV
Expand Down

0 comments on commit 894bd5c

Please sign in to comment.