Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Dec 14, 2024
1 parent 4601b42 commit 42baa46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ jobs:
title: "chore(deps): Update OSS attribution for ${{ matrix.component }}"
commit-message: "[Automated] Updating OSS attribution documents"
delete-branch: true
labels: |
automerge
2 changes: 1 addition & 1 deletion .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
TAG: "${{ github.event.inputs.tag }}"
run: |
# Push all charts
scripts/push-charts.sh -r 'public.ecr.aws/aws-containers'
scripts/helm_push.sh -r 'public.ecr.aws/aws-containers'
release:
name: Release
Expand Down

0 comments on commit 42baa46

Please sign in to comment.