Skip to content

Commit 2d91e07

Browse files
committed
gha - fix issue in publish-release step
checkout happens in a subdirectory so path needs to be adjusted
1 parent affa15f commit 2d91e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
618618
- name: Prevent Re-run
619619
if: ${{ inputs.publish-release }}
620-
uses: ./.github/workflows/actions/prevent-rerun
620+
uses: ./quarto-cli/.github/workflows/actions/prevent-rerun
621621

622622
- name: Download Artifacts
623623
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)