Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dissectum committed Sep 14, 2023
1 parent b6dd151 commit 6462a54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
prefix=${tag%-*-*}
suffix=${tag#$prefix-}
next=${prefix##*.}
echo $next
((next++))
echo $next
((++next))
prefix=${prefix%.*}
tag="$prefix.$next-Preview.$suffix"
fi
Expand Down

0 comments on commit 6462a54

Please sign in to comment.