Skip to content

Commit

Permalink
Checkout repo when creating the release
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Jun 4, 2021
1 parent b440c92 commit d1d35a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -46,6 +46,9 @@ jobs:
runs-on: ubuntu-latest

steps:
# Necessary to implicitly specify the repo to create the release for.
- uses: actions/checkout@v2

- name: Create release
# Specify release notes to make creation non-interactive.
run: gh release create ${{ needs.details.outputs.tag }} --notes "" --draft
Expand Down

0 comments on commit d1d35a3

Please sign in to comment.