butlerx
3 years ago
No known key found for this signature in database
GPG Key ID: B37CA765BAA89170
1 changed files with
2 additions and
3 deletions
-
.github/workflows/release.yml
|
@ -13,9 +13,8 @@ jobs: |
|
|
uses: actions/checkout@master |
|
|
uses: actions/checkout@master |
|
|
- name: Create Release |
|
|
- name: Create Release |
|
|
id: create_release |
|
|
id: create_release |
|
|
uses: actions/create-release@latest |
|
|
uses: elgohr/Github-Release-Action@master |
|
|
env: |
|
|
env: |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
with: |
|
|
with: |
|
|
tag_name: ${{ github.ref }} |
|
|
release: Release ${{ github.ref }} |
|
|
release_name: Release ${{ github.ref }} |
|
|
|
|
|