Skip to content

Commit c41bca9

Browse files
committed
Mege changelog.yml Action workflow into package.yml
1 parent d8eb995 commit c41bca9

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

.github/workflows/changelog.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/package.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,19 @@ jobs:
7171
user: __token__
7272
password: ${{ secrets.PYPI_API_TOKEN }}
7373
skip_existing: false
74+
75+
release:
76+
environment: GitHub Releases
77+
runs-on: ubuntu-latest
78+
if: "startsWith(github.ref, 'refs/tags/v')"
79+
name: Release
80+
needs: upload
81+
steps:
82+
- name: Checkout code
83+
uses: actions/checkout@v1
84+
with:
85+
submodules: true
86+
- name: Release a Changelog
87+
uses: rasmus-saks/[email protected]
88+
with:
89+
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)