Skip to content

Commit d1d35a3

Browse files
authored
Checkout repo when creating the release
1 parent b440c92 commit d1d35a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
runs-on: ubuntu-latest
4747

4848
steps:
49+
# Necessary to implicitly specify the repo to create the release for.
50+
- uses: actions/checkout@v2
51+
4952
- name: Create release
5053
# Specify release notes to make creation non-interactive.
5154
run: gh release create ${{ needs.details.outputs.tag }} --notes "" --draft

0 commit comments

Comments
 (0)