Skip to content

Commit eedca5a

Browse files
committed
fix: tag reference has package type as suffix before version
1 parent b92103a commit eedca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/split_monorepo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
tagFilter: ^open-feature/${{ matrix.config[1] }}-
3737
filterArguments: |
3838
--subdirectory-filter "${{matrix.config[0] }}s/${{ matrix.config[2] }}/" \
39-
--tag-rename "open-feature/${{ matrix.config[1] }}-:" \
39+
--tag-rename "open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-:" \
4040
--force

0 commit comments

Comments
 (0)