fix: force push packaged files to main

This commit is contained in:
Tom Keller
2024-11-04 11:33:37 -08:00
committed by GitHub
parent 83b5a56547
commit bfd218503e
+1 -1
View File
@@ -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