Skip to content

Commit b1d7b5c

Browse files
committed
ci: update versioning to include commit SHA in unstable release
1 parent e33876d commit b1d7b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-unstable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
git checkout pkg
4545
git checkout master -- LICENSE README.md package.json
4646
git rm -rf --cached .
47+
pnpm version "$(pnpm pkg get version | tr -d '"')-$(echo ${{ github.sha }} | cut -c1-7)" --no-git-tag-version
4748
git add .
4849
if ! git diff --staged --quiet; then
4950
git commit -m "build: ${{ github.sha }}"

0 commit comments

Comments
 (0)