Skip to content

Commit

Permalink
Forgot to build
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Jul 10, 2024
1 parent 2059651 commit 0fbf166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
submodules: true
- id: version
run: |-
regex="\"version\": \"(.+)\","
regex='"version": "(.+)",'
contents="$(cat ./type-generator/lemmy-js-client/package.json)"
if [[ contents =~ $regex ]]
then
Expand Down

0 comments on commit 0fbf166

Please sign in to comment.