mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
ci: Provide fetch-tags and ref when using actions/checkout (#2366)
This commit is contained in:
4
.github/workflows/build_impl.yml
vendored
4
.github/workflows/build_impl.yml
vendored
@@ -77,6 +77,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
# We need to fetch tags to have correct version in the release
|
||||||
|
# The workaround is based on https://github.com/actions/checkout/issues/1467
|
||||||
|
fetch-tags: true
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Prepare runner
|
- name: Prepare runner
|
||||||
uses: ./.github/actions/prepare_runner
|
uses: ./.github/actions/prepare_runner
|
||||||
|
|||||||
Reference in New Issue
Block a user