We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b440c92 commit d1d35a3Copy full SHA for d1d35a3
.github/workflows/release.yml
@@ -46,6 +46,9 @@ jobs:
46
runs-on: ubuntu-latest
47
48
steps:
49
+ # Necessary to implicitly specify the repo to create the release for.
50
+ - uses: actions/checkout@v2
51
+
52
- name: Create release
53
# Specify release notes to make creation non-interactive.
54
run: gh release create ${{ needs.details.outputs.tag }} --notes "" --draft
0 commit comments