Skip to content

Commit

Permalink
fix: type package generator for new versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Oct 31, 2023
1 parent 2286a22 commit d87dff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/generate_types_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if test "$rc" = 1; then
repo_tag=$repo_branch
fi

package_version=${spec_version:0:3}.$(echo ${spec_version:3:3} | sed 's/^0*//').
package_version=${spec_version:0:4}.$(echo ${spec_version:4:4} | sed 's/^0*//').
last_patch=NEVER
for tag in $(git ls-remote -t --refs $GIT_REPO | cut -f 2 | sort -r); do
tag_prefix=refs/tags/$repo_tag-v$package_version
Expand Down

0 comments on commit d87dff3

Please sign in to comment.