Skip to content

Commit

Permalink
chore: allow skip test for next tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Jul 8, 2023
1 parent bad89df commit 8bc541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deploy/release-script/release-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const getReleaseConfig = async (releaseType: ReleaseType): Promise<ReleaseConfig
gitTag: undefined,
distTag: 'next',
shouldCommit: false,
allowSkipTests: false,
allowSkipTests: true,
allowUncommitted: false,
requiredBranch: 'develop',
showSleepCheck: false,
Expand Down

0 comments on commit 8bc541a

Please sign in to comment.