Skip to content

Commit 6518e90

Browse files
committed
create-release updated
1 parent 4e7d6cc commit 6518e90

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/create-release.yml

-10
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
fetch-depth: 0
3434
tags: true
3535

36-
- name: Fetch all tags
37-
run: git fetch --tags
38-
39-
- name: Fetch all branches and commits
40-
run: git fetch --all
41-
4236
- name: Get Previous Tag
4337
id: getprevioustag
4438
run: |
@@ -47,10 +41,6 @@ jobs:
4741
echo "previous_tag=$previous_tag" >> $GITHUB_ENV
4842
echo "::set-output name=previous-tag::$previous_tag"
4943
50-
- name: Verify Previous Tag
51-
run: |
52-
git show-ref --tags | grep $previous_tag
53-
5444
- name: Get Next Versions
5545
id: nexttag
5646
uses: "WyriHaximus/github-action-next-semvers@v1"

0 commit comments

Comments
 (0)