There was an error while loading. Please reload this page.
2 parents 7f25f4c + c7ad4e9 commit b24fd15Copy full SHA for b24fd15
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