There was an error while loading. Please reload this page.
1 parent 7f25f4c commit c7ad4e9Copy full SHA for c7ad4e9
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,8 @@ jobs:
21
owner: context.repo.owner,
22
repo: context.repo.repo,
23
tag_name: '${{ github.ref }}',
24
- name: 'Release ${{ github.ref_name }}'
+ name: 'Release ${{ github.ref_name }}',
25
+ prerelease: '${{ github.ref_name }}'.includes('-')
26
})
27
- uses: aboutbits/github-actions-node/setup-and-install@v2
28
with:
0 commit comments