Skip to content

Commit

Permalink
create-release updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSeylani committed Jun 4, 2024
1 parent 4e7d6cc commit 6518e90
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
fetch-depth: 0
tags: true

- name: Fetch all tags
run: git fetch --tags

- name: Fetch all branches and commits
run: git fetch --all

- name: Get Previous Tag
id: getprevioustag
run: |
Expand All @@ -47,10 +41,6 @@ jobs:
echo "previous_tag=$previous_tag" >> $GITHUB_ENV
echo "::set-output name=previous-tag::$previous_tag"
- name: Verify Previous Tag
run: |
git show-ref --tags | grep $previous_tag
- name: Get Next Versions
id: nexttag
uses: "WyriHaximus/github-action-next-semvers@v1"
Expand Down

0 comments on commit 6518e90

Please sign in to comment.