Skip to content

Commit

Permalink
Also create a release from the new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Dec 21, 2024
1 parent c0710fd commit f3478fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
ref: 'refs/tags/v${{ needs.pypi-publish.outputs.new-version }}',
sha: context.sha
})
github.rest.git.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: 'v${{ needs.pypi-publish.outputs.new-version }}',
})
notify-discord:
name: Notify when this workflow completes (regardless of success or failure)
Expand Down

0 comments on commit f3478fc

Please sign in to comment.