Skip to content

Commit

Permalink
Fix release charts and release rancher GHA workflow again (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb authored Dec 23, 2024
1 parent d2d9625 commit 94ee052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
BRANCH="bump-webhook-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
echo "BRANCH=${BRANCH}" >> $GITHUB_ENV
git checkout -b "$BRANCH" "$CHARTS_REF"
./webhook/.github/workflows/scripts/release-against-charts.sh . "$PREV_WEBHOOK" "$NEW_WEBHOOK"
../webhook/.github/workflows/scripts/release-against-charts.sh . "$PREV_WEBHOOK" "$NEW_WEBHOOK"
- name: Push and create pull request
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rancher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
BRANCH="bump-webhook-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
echo "BRANCH=${BRANCH}" >> $GITHUB_ENV
git checkout -b "$BRANCH" "$RANCHER_REF"
./webhook/.github/workflows/scripts/release-against-rancher.sh . "$NEW_WEBHOOK"
../webhook/.github/workflows/scripts/release-against-rancher.sh . "$NEW_WEBHOOK"
- name: Push and create pull request
env:
Expand Down

0 comments on commit 94ee052

Please sign in to comment.