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
|
runs-on: ubuntu-latest
|
||||||
needs: deployment
|
needs: deployment
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout latest code
|
- name: Create GitHub Release
|
||||||
uses: actions/checkout@v4
|
uses: softprops/action-gh-release@v2
|
||||||
|
with:
|
||||||
- name: Add tag and push to the repository
|
tag_name: ${{ inputs.releaseVersion }}
|
||||||
run: |
|
prerelease: false
|
||||||
git config user.name "API Team"
|
draft: false
|
||||||
git config user.email "api-team@thousandeyes.com"
|
|
||||||
|
|
||||||
git tag ${{ inputs.releaseVersion }}
|
|
||||||
git push origin ${{ inputs.releaseVersion }}
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user