From 945a8211f508576ce0030460d44356d35803c45e Mon Sep 17 00:00:00 2001 From: Marcos Oliveira Date: Mon, 1 Jul 2024 18:53:43 -0300 Subject: [PATCH] * --- .github/workflows/create-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-version.yml b/.github/workflows/create-version.yml index 1ea6ff1..cf4edfe 100644 --- a/.github/workflows/create-version.yml +++ b/.github/workflows/create-version.yml @@ -37,6 +37,7 @@ jobs: git config user.email github-actions@github.com - name: 'Generate new version ${{ github.event.inputs.versionType }}' run: | + cd packages/${{ github.event.inputs.package }} npm version ${{ github.event.inputs.versionType }} - name: Push the tags run: git push origin main --tags