We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f3391 commit efb1c24Copy full SHA for efb1c24
1 file changed
.github/workflows/release.yml
@@ -46,15 +46,6 @@ jobs:
46
fi
47
shell: bash
48
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
-
58
- name: Create Release
59
uses: softprops/action-gh-release@v2.6.1
60
env:
0 commit comments