Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 13, 2025
1 parent 8c0cbeb commit bd571eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
id: set-source
run: |
# Default build source for standard branches
echo "SOURCE=${{ ${{ needs.build.outputs.pyproject_name }} }}==${{ ${{ needs.build.outputs.publish_version }} }}" >> $GITHUB_ENV
echo "SOURCE=${{ needs.build.outputs.pyproject_name }}==${{ needs.build.outputs.publish_version }}" >> $GITHUB_ENV
# Override source if deploying (find .whl file in dist/)
if [[ "${{ contains(github.event.head_commit.message, '/deploy sit') ||
Expand Down

0 comments on commit bd571eb

Please sign in to comment.