Skip to content

Commit 7818f4f

Browse files
Rachel RoppoloRachel Roppolo
authored andcommitted
CHORE Update fetch-depth of release github action
1 parent 43ec490 commit 7818f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-new-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
fetch-depth: 0
1618

1719
- name: Create release branch
1820
run: git checkout -b release/${{ github.event.inputs.version }}
@@ -43,7 +45,7 @@ jobs:
4345
run: git merge --no-ff release/${{ github.event.inputs.version }}
4446

4547
- name: Create tag
46-
run: git tag -a ${{ github.event.inputs.version }}
48+
run: git tag -a ${{ github.event.inputs.version }} -m v${{ github.event.inputs.version }}
4749

4850
- name: Checkout develop
4951
run: git checkout develop

0 commit comments

Comments
 (0)