Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Oct 29, 2023
1 parent ea8ee6d commit 95d8db1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scripts/release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ if [ -z "$GITHUB_RUN_NUMBER" ]; then
fi

# Create and checkout the release branch
create_and_checkout_release_branch || exit 1
# create_and_checkout_release_branch || exit 1

git checkout -b fix-release-workflow

# Execute dummy long-running process
dummy_long_running_process || {
Expand Down

0 comments on commit 95d8db1

Please sign in to comment.