Skip to content

Commit deb5613

Browse files
author
Mint de Wit
committed
chore: update ci for npm
1 parent 405cb6e commit deb5613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ steps.do-publish.outputs.publish }}
4747
run: |
4848
PRERELEASE_TAG=nightly-$(echo "${{ github.ref_name }}" | sed -r 's/[^a-z0-9]+/-/gi')
49-
npm run release --prerelease $PRERELEASE_TAG
49+
npx sofie-version --prerelease $PRERELEASE_TAG
5050
env:
5151
CI: true
5252
- name: Publish to NPM

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"license": "MIT",
8-
"homepage": "https://github.com/baltedewit/hyperdeck-server-connection#readme",
8+
"homepage": "https://github.com/mint-dewit/hyperdeck-server-connection#readme",
99
"contributors": [
1010
{
1111
"name": "Mint de Wit",

0 commit comments

Comments
 (0)