Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Sep 6, 2024
1 parent 36faec4 commit 1304bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ else
go get github.com/voedger/voedger@release
fi
go mod tidy
git commit -am "Cherry-pick auto-create" --allow-empty
git add .
git commit -m "Cherry-pick auto-create" --allow-empty
git push origin $rc

echo "Cherry-pick completed successfully."

0 comments on commit 1304bf5

Please sign in to comment.