Skip to content

Commit

Permalink
frontend: Updating versioning publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdslaugh committed Feb 1, 2024
1 parent fe20146 commit 4251d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish-frontend.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="2.0.0-beta.$(git log -1 --format=%cd --date=format:'%Y%m%d%H%M%S')"
VERSION="3.0.0-beta.$(git log -1 --format=%cd --date=format:'%Y%m%d%H%M%S')"
PACKAGE=$1

if yarn info "@clutch-sh/${PACKAGE}" | grep -q "$VERSION"; then
Expand Down

0 comments on commit 4251d80

Please sign in to comment.