We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33876d commit b1d7b5cCopy full SHA for b1d7b5c
.github/workflows/release-unstable.yml
@@ -44,6 +44,7 @@ jobs:
44
git checkout pkg
45
git checkout master -- LICENSE README.md package.json
46
git rm -rf --cached .
47
+ pnpm version "$(pnpm pkg get version | tr -d '"')-$(echo ${{ github.sha }} | cut -c1-7)" --no-git-tag-version
48
git add .
49
if ! git diff --staged --quiet; then
50
git commit -m "build: ${{ github.sha }}"
0 commit comments