Skip to content

Commit

Permalink
testing release step
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Oct 21, 2024
1 parent dc2f0cd commit d11f97b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,13 @@ jobs:
working-directory: deployment
run:
poetry run python harmony_deploy.py --tag ${{ env.software_version }}


- name: Create Draft Release
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: "2.12.0a3" # Use the tag that triggered the action
release_name: Release test tag 2.12.0a3
draft: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d11f97b

Please sign in to comment.