From c03596486909cd2768653151ed2dc3fe971af319 Mon Sep 17 00:00:00 2001 From: Daniel Van Der Ploeg Date: Wed, 6 Nov 2024 13:11:16 +1030 Subject: [PATCH] fix: update version number on release --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eeb86b7..95908e0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,7 @@ jobs: run: | git config --global user.name "Automated NPM Release" git config --global user.email "devops+npm-deploy@aligent.com.au" + pnpm version $VERSION --allow-same-version echo "Publishing $PACKAGE @ $VERSION" pnpm config set registry https://registry.npmjs.org/ pnpm publish .