From 518f1a96e199e2c936e09165fc2757e8345f65d3 Mon Sep 17 00:00:00 2001 From: dominiksta Date: Wed, 24 Jul 2024 00:26:46 +0200 Subject: [PATCH] ops: hopefully ready to publish --- .github/workflows/npm-publish.yml | 6 +----- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f909b6f..7d335f9 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -3,10 +3,6 @@ name: Publish Package to npmjs on: release: types: [published] - push: - paths: - - 'packages/core/**' - workflow_dispatch: jobs: build: @@ -30,6 +26,6 @@ jobs: component: true install-command: npm install - name: Publish @mvuijs/core - run: npm --workspace=packages/core publish --access public --dry-run + run: npm --workspace=packages/core publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/packages/core/package.json b/packages/core/package.json index 4ae757d..9e6e91f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mvuijs/core", - "version": "0.0.1", + "version": "0.0.2", "description": "Minimum Viable UI", "repository": { "type": "git",