Skip to content

Commit

Permalink
Fix paradedb/pg_analytics path (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel authored Aug 28, 2024
1 parent 2f59e77 commit 6087c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ jobs:
--method PATCH \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/paradedb/paradedb/actions/variables/${{ steps.version.outputs.gha_var_name }} \
/repos/paradedb/pg_analytics/actions/variables/${{ steps.version.outputs.gha_var_name }} \
-f name='${{ steps.version.outputs.gha_var_name }}' \
-f value='${{ steps.version.outputs.gha_var_value }}'
gh api \
--method PATCH \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/paradedb/paradedb/actions/variables/VERSION_DEV_RC \
/repos/paradedb/pg_analytics/actions/variables/VERSION_DEV_RC \
-f name='VERSION_DEV_RC' \
-f value='0'
# on dev we only update dev RC
Expand All @@ -93,7 +93,7 @@ jobs:
--method PATCH \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/paradedb/paradedb/actions/variables/${{ steps.version.outputs.gha_var_name }} \
/repos/paradedb/pg_analytics/actions/variables/${{ steps.version.outputs.gha_var_name }} \
-f name='${{ steps.version.outputs.gha_var_name }}' \
-f value='${{ steps.version.outputs.gha_var_value }}'
else
Expand Down

0 comments on commit 6087c7c

Please sign in to comment.