Skip to content

Commit 84dd668

Browse files
committed
Update package.yml to create a new release on GitHub
1 parent 63719b1 commit 84dd668

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/package.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,17 @@ jobs:
129129
user: __token__
130130
password: ${{ secrets.PYPI_API_TOKEN }}
131131
skip_existing: false
132+
133+
release:
134+
environment: GitHub Releases
135+
runs-on: ubuntu-latest
136+
if: "startsWith(github.ref, 'refs/tags/v')"
137+
name: Release
138+
needs: upload
139+
steps:
140+
- name: Checkout code
141+
uses: actions/checkout@v1
142+
- name: Release a Changelog
143+
uses: rasmus-saks/[email protected]
144+
with:
145+
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)