Skip to content

Commit bfd2185

Browse files
authored
fix: force push packaged files to main
1 parent 83b5a56 commit bfd2185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
git remote set-url origin https://${{ env.OSDS_ACCESS_TOKEN }}@github.com/aws-actions/configure-aws-credentials.git
4949
git add dist
5050
git commit -m "chore: Update dist" || echo "No changes to commit"
51-
git push origin
51+
git push --force origin

0 commit comments

Comments
 (0)