Skip to content

Commit 656dc29

Browse files
Fix merge pipeline by login to artifact registry (#154)
1 parent e956686 commit 656dc29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/merge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
jq --arg version "${PR_VERSION}-${BUILD_DATE}" '.version = $version' package.json > temp.json
4949
mv temp.json package.json
5050
yarn build
51+
npm run login
5152
yarn publish --registry=https://europe-west3-npm.pkg.dev/hoprassociation/npm/ --no-git-tag-version --tag next
5253
jq --arg version "${PR_VERSION}" '.version = $version' package.json > temp.json
5354
mv temp.json package.json

0 commit comments

Comments
 (0)