Skip to content

Commit

Permalink
add release publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rstp-god committed Sep 30, 2024
1 parent 2ed80a1 commit 7dd972f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

name: Node.js Package

on: workflow_dispatch
on:
release:
types: [ created ]

jobs:
publish-npm:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mish.dev/prettier",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mish config for prettier, format your projects, like we do this!",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 7dd972f

Please sign in to comment.