diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index cb15873a..0af2ed95 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -114,7 +114,7 @@ jobs: - name: Get released version if: ${{ steps.added-files.outputs.changesets != '' }} id: get-version - run: echo "version=$(node -p "require('./packages/core/package.json').version")" >> "$GITHUB_OUTPUT" + run: echo "version=$(node -p "require('./package.json').version")" >> "$GITHUB_OUTPUT" - name: Create comment if: ${{ steps.added-files.outputs.changesets != '' }}