diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad5781d..25592c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,5 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install depedencies + run: npm ci + - name: Publish package run: npx jsr publish