Skip to content

Commit

Permalink
Mege changelog.yml Action workflow into package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 14, 2022
1 parent d8eb995 commit c41bca9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/changelog.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,19 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: false

release:
environment: GitHub Releases
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/v')"
name: Release
needs: upload
steps:
- name: Checkout code
uses: actions/checkout@v1
with:
submodules: true
- name: Release a Changelog
uses: rasmus-saks/[email protected]
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit c41bca9

Please sign in to comment.