mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
CP-2898 Make sure a GH release is created when a release is done
This commit is contained in:
parent
dcf0f54d56
commit
54db882e78
17
.github/workflows/release.yaml
vendored
17
.github/workflows/release.yaml
vendored
@ -58,14 +58,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: deployment
|
||||
steps:
|
||||
- name: Checkout latest code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Add tag and push to the repository
|
||||
run: |
|
||||
git config user.name "API Team"
|
||||
git config user.email "api-team@thousandeyes.com"
|
||||
|
||||
git tag ${{ inputs.releaseVersion }}
|
||||
git push origin ${{ inputs.releaseVersion }}
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ inputs.releaseVersion }}
|
||||
prerelease: false
|
||||
draft: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user