use non archived
This commit is contained in:
parent
8f78f9853d
commit
9abcfbfc9d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
||||||
# publish only when pushed to master
|
# publish only when pushed to master
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
@ -40,12 +41,10 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
|
name: ytdl-sub ${{ env.PYPI_VERSION }}
|
||||||
tag_name: ${{ env.PYPI_VERSION }}
|
tag_name: ${{ env.PYPI_VERSION }}
|
||||||
release_name: ytdl-sub ${{ env.PYPI_VERSION }}
|
|
||||||
body: |
|
body: |
|
||||||
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue