Skip to content

Commit efb1c24

Browse files
committed
update release workflow
1 parent a8f3391 commit efb1c24

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ jobs:
4646
fi
4747
shell: bash
4848

49-
- name: Get Previous Tag
50-
id: prev_tag
51-
run: |
52-
git fetch --tags
53-
CURRENT_TAG="${{ steps.version.outputs.VERSION }}"
54-
PREV_TAG=$(git tag --sort=-creatordate | grep -v "^${CURRENT_TAG}$" | head -n 1)
55-
echo "PREV_TAG=$PREV_TAG" >> $GITHUB_OUTPUT
56-
echo "Detected previous tag: $PREV_TAG"
57-
5849
- name: Create Release
5950
uses: softprops/action-gh-release@v2.6.1
6051
env:

0 commit comments

Comments
 (0)