Skip to content

Commit 3c70e3f

Browse files
authored
Fix releases (#70)
* Remove release action in favor of publish * Also publish to GHPR
1 parent 95a4c1c commit 3c70e3f

File tree

2 files changed

+2
-86
lines changed

2 files changed

+2
-86
lines changed

Diff for: .github/workflows/release.yml

-85
This file was deleted.

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"build": "rollup -c",
1414
"pretest": "npm run build",
1515
"test": "karma start karma.config.js",
16-
"prepublishOnly": "npm run build"
16+
"prepublishOnly": "npm run build",
17+
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
1718
},
1819
"keywords": [
1920
"clipboard",

0 commit comments

Comments
 (0)