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 b6295c0 commit c745ef8Copy full SHA for c745ef8
.github/workflows/main.yml
@@ -16,6 +16,7 @@ jobs:
16
if: startsWith(github.ref, 'refs/tags/v')
17
- uses: actions/create-release@v1
18
19
+ id: create_release
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
with:
0 commit comments