@tryghost/portal 2.28.0 → 2.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/portal",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "lint": "eslint src --ext .js --cache",
28
28
  "preship": "yarn lint",
29
29
  "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; fi",
30
- "postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && yarn publish . --tag $npm_package_version",
30
+ "postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && npm publish",
31
31
  "prepublishOnly": "yarn build"
32
32
  },
33
33
  "eslintConfig": {