Skip to content

Commit

Permalink
ENG-1235: Fix release tagging workflow, by calling correct Make target (
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Aug 28, 2024
1 parent 42cc5de commit 5d616cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# This is a workaround for that issue
run: |
sudo apt-get -y install libpq-dev
make install-full
make install
- name: Configure git
run: |
Expand Down

0 comments on commit 5d616cc

Please sign in to comment.