From 0eaa54d22ee25a8088a2a973db0a16b08b523684 Mon Sep 17 00:00:00 2001 From: Nix Krystik Date: Wed, 6 May 2026 19:27:19 +0800 Subject: [PATCH] (github): no more workflows. --- .github/workflows/publish.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 72825e6..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: 'Publish Package' - -on: - release: - types: [created] - - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 25 - - - run: npm ci - - publish: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 25 - registry-url: https://registry.npmjs.org/ - - - run: npm ci - - run: npm publish --scope=public - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file