We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b5a56 commit bfd2185Copy full SHA for bfd2185
.github/workflows/package.yml
@@ -48,4 +48,4 @@ jobs:
48
git remote set-url origin https://${{ env.OSDS_ACCESS_TOKEN }}@github.com/aws-actions/configure-aws-credentials.git
49
git add dist
50
git commit -m "chore: Update dist" || echo "No changes to commit"
51
- git push origin
+ git push --force origin
0 commit comments