Skip to content

Commit

Permalink
Ensure commit status does not matter in package-metadata job
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Sep 1, 2024
1 parent dfef6ba commit 98b84dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
- run: |
git add .
git commit -m "Generated from $GITHUB_REF_NAME"
git push origin HEAD
git commit -m "Generated from $GITHUB_REF_NAME" && git push origin HEAD || true
working-directory: metadata
- name: Create repository tag
Expand Down

0 comments on commit 98b84dc

Please sign in to comment.