Skip to content

Commit 6eeebac

Browse files
committed
chore: just use current version for npm package
1 parent 76a197e commit 6eeebac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
# Get the current version from package.json
3636
CURRENT_VERSION=$(jq -r '.version' package.json)
3737
38-
# Generate a version with date
39-
DATE_VERSION=$(date +'%Y%m%d')
40-
VERSION="${CURRENT_VERSION}-${DATE_VERSION}"
38+
# Generate a version
39+
VERSION="${CURRENT_VERSION}"
4140
4241
# Update package.json to use @bytebase scope and set version
4342
jq --arg version "$VERSION" '.name = "@bytebase/dbhub" | .version = $version' package.json > package.json.tmp

0 commit comments

Comments
 (0)