Skip to content

Commit

Permalink
Merge pull request #10 from pulumiverse/fix-workflow
Browse files Browse the repository at this point in the history
Trigger the right make target.
  • Loading branch information
ringods authored Aug 26, 2022
2 parents 163128e + 60b0965 commit fa28df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
python-version: ${{matrix.pythonversion}}
- name: Build SDK
run: make build_${{ matrix.language }}_sdk
run: make build_${{ matrix.language }}
- name: Check worktree clean
run: |
git update-index -q --refresh
Expand Down

0 comments on commit fa28df4

Please sign in to comment.