Skip to content

Commit

Permalink
Fixed tag-and-release action Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jul 14, 2022
1 parent 74cc43e commit 5906815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/tag-and-release/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi
echo "Configuring git"
git config --global user.email "$GIT_USER_EMAIL"
git config --global user.name "$GIT_USER_NAME"
git config --global --add safe.directory /github/workspace

git checkout $TARGET_BRANCH
git pull origin $TARGET_BRANCH
Expand Down

0 comments on commit 5906815

Please sign in to comment.