There was an error while loading. Please reload this page.
1 parent 9551938 commit 64997aeCopy full SHA for 64997ae
1 file changed
.github/workflows/main.yml
@@ -8,6 +8,14 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
+ - uses: actions/create-release@v1
12
+ env:
13
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
+ with:
15
+ tag_name: ${{ github.ref }}
16
+ release_name: Release ${{ github.ref }}
17
+ draft: false
18
+ prerelease: false
19
- uses: actions/setup-node@v1
20
with:
21
node-version: '12.x'
0 commit comments