Skip to content

Commit 9452390

Browse files
committed
fix(build): correct release workflow checkout ref
1 parent 99b7f9a commit 9452390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
with:
2626
fetch-depth: 0
27-
ref: ${{ inputs.checkoutRef }}
27+
ref: ${{ github.event.inputs.tag }}
2828

2929
- name: Ensure release branch
3030
run: |

0 commit comments

Comments
 (0)