Skip to content

Commit

Permalink
Fix snapshot release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent 2ef2ff3 commit e81bddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ patchVersion=$(npm --no-git-tag version patch)
nextVersion=${patchVersion}-next."$(date +%Y%m%d%H%M%S)"
echo "${nextVersion:1}"

node ./bump_version.js "${nextVersion:1}"
node ./.build/bump_version.js "${nextVersion:1}"

0 comments on commit e81bddc

Please sign in to comment.