Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale committed Apr 16, 2024
1 parent 0d311d1 commit f05cdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tag_output=(git tag -n0 "*$version*")
tags=0
for item in $items
for item in $tag_output
do
tags=$((tags+1))
done
Expand Down

0 comments on commit f05cdf8

Please sign in to comment.