Update release parameters
This commit is contained in:
parent
6f2928c012
commit
1dce49af6f
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -11,7 +11,8 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Set up environment variables
|
||||
run: |
|
||||
@ -49,8 +50,7 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: ${{ github.ref }}
|
||||
name: ${{ github.ref }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
generateReleaseNotes: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user