From 7b79b5fdff2f7dbeb9a10be07e9c37256bc82de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Sun, 12 May 2024 15:16:58 +0300 Subject: [PATCH] ci: snapshot unique postfix --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72e6166..a41f863 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,7 +91,7 @@ jobs: run: pnpm build - name: Bump snapshot version - run: npm version --no-git-tag-version --preid=snapshot prepatch + run: npm version --no-git-tag-version --preid=snapshot-$(git rev-parse --short HEAD) prepatch - name: Bump snapshot version run: npm publish --tag snapshot