Skip to content

Commit

Permalink
fix: update prerelease values based on build identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 26, 2024
1 parent 9034eba commit 21461f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ module.exports = {
name: 'api-client',
},
draft: true,
prerelease: false,
prerelease: fromBuildIdentifier({
beta: true,
prod: false,
}),
},
},
],
Expand Down

0 comments on commit 21461f4

Please sign in to comment.