From 4d8fe4f8c9c698c613b8586352583dbb89429583 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 03:32:06 -0500 Subject: [PATCH] chore: update npm publish workflow and bump version to 0.0.11 --- .github/workflows/npm-publish.yml | 17 ++++++----------- package.json | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index aa4aa2f..8e6f5a1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,18 +11,7 @@ on: workflow_dispatch: jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: oven-sh/setup-bun@v2 - - name: Test - run: | - bun install - bun test --coverage - publish-npm: - needs: build runs-on: ubuntu-latest permissions: contents: read @@ -33,6 +22,12 @@ jobs: with: node-version: 22 registry-url: https://registry.npmjs.org/ + + - uses: pnpm/action-setup@v2 + with: + version: latest + - run: pnpm install + - run: pnpm build - run: | PACKAGE_NAME=$(jq -r '.name' package.json) PACKAGE_VERSION=$(jq -r '.version' package.json) diff --git a/package.json b/package.json index f2220db..8937502 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-down-x-video", - "version": "0.0.10", + "version": "0.0.11", "type": "module", "repository": "https://github.com/kunkunsh/kunkun-ext-download-twitter-video", "kunkun": {