Skip to content

Commit

Permalink
fix: print version of packag.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 25, 2024
1 parent 6704d88 commit 425e5ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Update Chrome Extension

on:
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 425e5ed

Please sign in to comment.