diff --git a/.github/workflows/ci-chrome.yml b/.github/workflows/ci-chrome.yml index 5f93217..b44c339 100644 --- a/.github/workflows/ci-chrome.yml +++ b/.github/workflows/ci-chrome.yml @@ -1,4 +1,3 @@ - name: Update Chrome Extension on: @@ -49,7 +48,7 @@ jobs: runs-on: ubuntu-latest needs: release steps: - - name: Checkout + - name: Checkout latest commit uses: actions/checkout@v4 - name: Set up Node.js @@ -65,6 +64,10 @@ jobs: - name: Install dependencies run: pnpm install + - name: Print version from package.json + run: | + echo "Version: $(jq -r '.version' package.json)" + - name: Build run: pnpm build