Skip to content

Commit

Permalink
Fixed job that doesn't require a workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Sep 9, 2024
1 parent f731b48 commit 88a49d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:

- name: Fetch the latest ParadeDB release tag
id: paradedb-version
working-directory: charts/paradedb/
run: |
# Fetch the latest release tag and strip the 'v' prefix
LATEST_TAG=$(curl -s https://api.github.com/repos/paradedb/paradedb/releases/latest | jq -r '.tag_name')
Expand Down

0 comments on commit 88a49d4

Please sign in to comment.