Skip to content

Commit

Permalink
Create GitHub release after deploy (#973)
Browse files Browse the repository at this point in the history
Fixes #972
  • Loading branch information
nicoddemus committed Nov 21, 2023
1 parent d81f575 commit f36ea25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f36ea25

Please sign in to comment.