Skip to content

Commit

Permalink
fix build script push commit value
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Feb 19, 2024
1 parent f998fcc commit 9c56736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git add -A
if [[ `git status --porcelain` ]]; then
git commit -m "${{ github.event.head_commit.message }}"
git commit -m "Update release files"
git push -f https://_:"$token"@$repository "$ref_name":"$ref_name"
fi
shell: bash
Expand Down

0 comments on commit 9c56736

Please sign in to comment.