Skip to content

Commit 6acc441

Browse files
committed
ci: Use main repo release tag in forks
1 parent 8ad1116 commit 6acc441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
shell: bash
7777
if: ${{ inputs.generate_changelog }}
7878
run: |
79-
LAST_TAG="$(gh release view --json tagName -q .tagName)"
79+
LAST_TAG="$(gh release view --json tagName -q .tagName --repo XRPLF/clio)"
8080
LAST_TAG_COMMIT="$(git rev-parse $LAST_TAG)"
8181
BASE_COMMIT="$(git merge-base HEAD $LAST_TAG_COMMIT)"
8282
git-cliff "${BASE_COMMIT}..HEAD" --ignore-tags "nightly|-b|-rc"

0 commit comments

Comments
 (0)