Skip to content

Commit 19eeb88

Browse files
authored
ci: publish release only on tag (#2472)
1 parent 74773e9 commit 19eeb88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.js

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const APPLE_TEAM_ID = 'CMXCBCFHDG'
8686
process.env.APPLE_TEAM_ID = APPLE_TEAM_ID
8787

8888
builder.build({
89+
publish: "onTag",
8990
targets: target,
9091
config: {
9192
afterPack,

0 commit comments

Comments
 (0)