Skip to content

Commit

Permalink
more fix for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Apr 1, 2023
1 parent d1f9fd3 commit 6bf9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
git checkout -b "${TAG_VERSION}"
git add Dockerfile
git commit -m "Release ${TAG_VERSION}"
git push -f
git push -f --set-upstream origin "${TAG_VERSION}"

0 comments on commit 6bf9415

Please sign in to comment.