diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86d55d5..a1296a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,3 +47,9 @@ jobs: git config user.email "pytestbot@gmail.com" git tag --annotate --message=v${{ github.event.inputs.version }} v${{ github.event.inputs.version }} ${{ github.sha }} git push origin v${{ github.event.inputs.version }} + + - name: GitHub Release + uses: softprops/action-gh-release@v1 + with: + files: dist/* + tag_name: v${{ github.event.inputs.version }}