From e0df81673753ffc623c4d5ad87e056b7936c8029 Mon Sep 17 00:00:00 2001 From: Rekard0 <5880388+Rekard0@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:11:52 +0100 Subject: [PATCH] fix typor and remove WIP file --- .github/workflows/publish-artifacts.yml | 48 ------------------------- packages/artifacts/package.json | 2 +- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .github/workflows/publish-artifacts.yml diff --git a/.github/workflows/publish-artifacts.yml b/.github/workflows/publish-artifacts.yml deleted file mode 100644 index 6d9048df..00000000 --- a/.github/workflows/publish-artifacts.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: Publish Admin Plugin Artifact Package - -on: - workflow_dispatch: - inputs: - branch: - description: 'Branch to publish from' - required: false - default: '' - -jobs: - publish: - runs-on: ubuntu-latest - steps: - # Step 1: Checkout the repository - - name: Checkout Repository - uses: actions/checkout@v3 - with: - ref: ${{ github.event.inputs.branch || github.ref }} # ✅ Use manual input if provided, fallback to current branch - - # Step 2: Set up Node.js - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '18' - registry-url: 'https://registry.npmjs.org/' - - # Step 3: Install dependencies - - name: Install Dependencies - run: | - cd packages/artifact - yarn install - - # Step 4: Build the package - - name: Build Package - env: - ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} - run: | - cd packages/artifact - yarn build - - # Step 5: Publish to NPM - - name: Publish to NPM - run: | - cd packages/artifact - npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/packages/artifacts/package.json b/packages/artifacts/package.json index 9f597a1d..9e796e1c 100644 --- a/packages/artifacts/package.json +++ b/packages/artifacts/package.json @@ -3,7 +3,7 @@ "author": "Aragon X", "version": "1.2.0", "license": "AGPL-3.0-or-later", - "description": "The Multisig Plugin ABI definition", + "description": "The Admin Plugin ABI definition", "typings": "dist/index.d.ts", "main": "dist/index.js", "files": [