Skip to content

Commit

Permalink
Update 225_Github_Release_Plugin.up.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
YashasviDevtron committed Mar 12, 2024
1 parent 5bcaa37 commit 698127e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/sql/225_Github_Release_Plugin.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ if [ "$source_type" == "SOURCE_TYPE_BRANCH_FIXED" ]; then
GithubReleaseSourcePriority=$(echo "$GithubReleaseSourcePriority" | tr \'[:upper:]\' \'[:lower:]\')
tag=$(echo "$CI_CD_EVENT" | jq -r \'.commonWorkflowRequest.extraEnvironmentVariables.GithubTag\')
echo "Githubtag:$tag"
if [ -n "$tag" ] && [ "$tag" != "null" ]; then
ReleaseTag="$tag"
Expand Down

0 comments on commit 698127e

Please sign in to comment.