Skip to content

Commit

Permalink
fix: force push packaged files to main
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk authored Nov 4, 2024
1 parent 83b5a56 commit bfd2185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
git remote set-url origin https://${{ env.OSDS_ACCESS_TOKEN }}@github.com/aws-actions/configure-aws-credentials.git
git add dist
git commit -m "chore: Update dist" || echo "No changes to commit"
git push origin
git push --force origin

0 comments on commit bfd2185

Please sign in to comment.