Skip to content

Commit

Permalink
Fix releases (#70)
Browse files Browse the repository at this point in the history
* Remove release action in favor of publish

* Also publish to GHPR
  • Loading branch information
dgreif authored Sep 29, 2022
1 parent 95a4c1c commit 3c70e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86 deletions.
85 changes: 0 additions & 85 deletions .github/workflows/release.yml

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build": "rollup -c",
"pretest": "npm run build",
"test": "karma start karma.config.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"keywords": [
"clipboard",
Expand Down

0 comments on commit 3c70e3f

Please sign in to comment.