Skip to content

Commit

Permalink
Make sure version is set when releasing prod
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Aug 28, 2024
1 parent cd0c60e commit be7cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deploy-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git commit -m"$VERSION"
git tag "v$VERSION"

# build and check
pnpm build:release
VERSION=$VERSION pnpm build:release
pnpm syntax

# rsync the files onto the remote host using SSH keys
Expand Down

0 comments on commit be7cb48

Please sign in to comment.