Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Jun 11, 2024
1 parent fe974dc commit 37227a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const release = new GHRelEasy({
tests: "morpheus-graphql-tests",
app: "morpheus-graphql-app",
},
version: () => hconf("version"),
pkg: (p) => `https://hackage.haskell.org/package/${p}`,
version: () => hconf("version"),
next: (b) => hconf("next", ...(b ? ["-b"] : [])).then(console.log),
});

Expand Down

0 comments on commit 37227a9

Please sign in to comment.