Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
523499ba9f |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -9,6 +9,9 @@ on:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -58,6 +61,7 @@ jobs:
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: ${{ github.ref_name }}
|
||||
draft: false
|
||||
|
||||
Reference in New Issue
Block a user