use non archived

This commit is contained in:
Jesse Bannon 2023-02-20 17:39:59 -08:00
parent 8f78f9853d
commit 9abcfbfc9d

View file

@ -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