Skip to content

Commit

Permalink
Remove the draft flag for the release automation.
Browse files Browse the repository at this point in the history
* Removed the `draft` flag for the release automation.
* Removed unneeded steps in documentation.
* Fixed typo in documentation.

PiperOrigin-RevId: 644032225
  • Loading branch information
michaelreneer authored and copybara-github committed Jun 17, 2024
1 parent 39eaa52 commit 1d1e0ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
gh release create "v${{ env.version }}" \
--target="${{ github.sha }}" \
--title="TensorFlow Federated ${{ env.version }}" \
--notes='${{ env.description }}' \
--draft
--notes='${{ env.description }}'
build-package:
name: Build Package
Expand Down

0 comments on commit 1d1e0ba

Please sign in to comment.