Skip to content

Commit f80128d

Browse files
committed
fix(publish): Fix regex in craft.yml
1 parent 18d0392 commit f80128d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.craft.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ github:
44
changelogPolicy: simple
55
preReleaseCommand: bash scripts/craft-pre-release.sh
66
requireNames:
7-
- /^sentry-bundler-plugin-core-*.tgz$/
8-
- /^sentry-esbuild-plugin-*.tgz$/
9-
- /^sentry-rollup-plugin-*.tgz$/
10-
- /^sentry-vite-plugin-*.tgz$/
7+
- /^sentry-bundler-plugin-core-.*\.tgz$/
8+
- /^sentry-esbuild-plugin-.*\.tgz$/
9+
- /^sentry-rollup-plugin-.*\.tgz$/
10+
- /^sentry-vite-plugin-.*\.tgz$/
1111
# TODO: Comment in when we replace the webpack plugin
1212
# - /^sentry-webpack-plugin-*.tgz$/
1313
targets:

0 commit comments

Comments
 (0)