We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
changelog.yml
package.yml
1 parent d8eb995 commit c41bca9Copy full SHA for c41bca9
.github/workflows/changelog.yml
.github/workflows/package.yml
@@ -71,3 +71,19 @@ jobs:
71
user: __token__
72
password: ${{ secrets.PYPI_API_TOKEN }}
73
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
89
+ github-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments