Skip to content

Commit

Permalink
fix(npm): replace version placeholder with stamp value (#491)
Browse files Browse the repository at this point in the history
My guess is this was broken by #348
  • Loading branch information
alexeagle authored Aug 21, 2023
1 parent 8f414cb commit 3f0897a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ go_binary(
pkg_npm(
name = "npm_package",
package_name = "@bazel/bazelisk",
substitutions = {"0.0.0-PLACEHOLDER": "{BUILD_SCM_VERSION}"},
srcs = [
"LICENSE",
"README.md",
Expand Down

0 comments on commit 3f0897a

Please sign in to comment.