We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0984698 commit 5498fe0Copy full SHA for 5498fe0
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
id: get_tags
22
run: |
23
git fetch --prune --unshallow
24
- tags=($(git tag -l --sort=-version:refname))
+ tags=($(git tag -l '@skiyee/*@v*' --sort=-version:refname))
25
current_tag=${tags[0]}
26
previous_tag=${tags[1]}
27
echo "previous_tag=$previous_tag" >> $GITHUB_OUTPUT
0 commit comments