Skip to content

Commit 5b9947a

Browse files
committed
ci: ensure we checkout before publish
1 parent efc2ffc commit 5b9947a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
needs: build
104104
runs-on: ubuntu-latest
105105
steps:
106+
- uses: actions/checkout@v6
107+
with:
108+
ref: ${{ github.event.inputs.ref || github.ref }}
106109
- name: Download archives
107110
uses: actions/download-artifact@v8
108111
with:

0 commit comments

Comments
 (0)