We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e956686 commit 656dc29Copy full SHA for 656dc29
.github/workflows/merge.yaml
@@ -48,6 +48,7 @@ jobs:
48
jq --arg version "${PR_VERSION}-${BUILD_DATE}" '.version = $version' package.json > temp.json
49
mv temp.json package.json
50
yarn build
51
+ npm run login
52
yarn publish --registry=https://europe-west3-npm.pkg.dev/hoprassociation/npm/ --no-git-tag-version --tag next
53
jq --arg version "${PR_VERSION}" '.version = $version' package.json > temp.json
54
0 commit comments