Skip to content

Commit

Permalink
ci: fix ci file
Browse files Browse the repository at this point in the history
Signed-off-by: Debanjan Chatterjee <[email protected]>
  • Loading branch information
itsdebs committed Sep 19, 2023
1 parent 0d45017 commit 2bac8ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/draft_new_release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
source_branch_name=${GITHUB_REF##*/}
release_type=release-v2
grep -q "hotfix-v2/" <<< "${GITHUB_REF}" && release_type=hotfix-release-v2
git fetch origin master-v2 --depth=1
git fetch origin master-v2
git fetch --tags origin
git merge origin/master-v2
current_version=$(jq -r .version package.json)
Expand Down

0 comments on commit 2bac8ea

Please sign in to comment.