Skip to content

Commit

Permalink
fix: read from version txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 8, 2024
1 parent defeee8 commit edc45d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local githubUser = "chrisvander"
package {
name = "pkl-biome"
baseUri = "package://pkg.pkl-package.org/github.com/\(githubUser)/\(name)"
version = read("prop:VERSION")
version = read("file:../version.txt").text
packageZipUrl = "https:/\(githubUser)/\(name)/releases/download/\(name)@\(version)/\(name)@\(version).zip"
authors {
"Christian van der Loo"
Expand Down

0 comments on commit edc45d8

Please sign in to comment.