Skip to content

Commit

Permalink
ops: hopefully ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Jul 23, 2024
1 parent 19402f9 commit 518f1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Publish Package to npmjs
on:
release:
types: [published]
push:
paths:
- 'packages/core/**'
workflow_dispatch:

jobs:
build:
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mvuijs/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "Minimum Viable UI",
"repository": {
"type": "git",
Expand Down

0 comments on commit 518f1a9

Please sign in to comment.