We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405cb6e commit deb5613Copy full SHA for deb5613
.github/workflows/publish.yaml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ steps.do-publish.outputs.publish }}
47
run: |
48
PRERELEASE_TAG=nightly-$(echo "${{ github.ref_name }}" | sed -r 's/[^a-z0-9]+/-/gi')
49
- npm run release --prerelease $PRERELEASE_TAG
+ npx sofie-version --prerelease $PRERELEASE_TAG
50
env:
51
CI: true
52
- name: Publish to NPM
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
7
"license": "MIT",
8
- "homepage": "https://github.com/baltedewit/hyperdeck-server-connection#readme",
+ "homepage": "https://github.com/mint-dewit/hyperdeck-server-connection#readme",
9
"contributors": [
10
{
11
"name": "Mint de Wit",
0 commit comments