Skip to content

Commit

Permalink
Merge branch 'main' into prep-for-next-release-8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-elastic authored Nov 7, 2024
2 parents 6895222 + 2ca746c commit 1fd5c94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/version-code-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set github config
run: |
Expand All @@ -84,7 +86,7 @@ jobs:
version=$(grep '^version = ' pyproject.toml | cut -d '"' -f2)
echo "Detected version: $version"
git tag -a "dev-v$version" -m "Release version $version"
git push origin "v$version"
git push origin "dev-v$version"
- name: Run Release Drafter
uses: release-drafter/release-drafter@v6
Expand Down

0 comments on commit 1fd5c94

Please sign in to comment.