From fd0f3f0704be3d36feefb8cd28c9cb3f7a344f49 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:18:55 +0100 Subject: [PATCH] login and tag gpr --- .../.github/workflows/npm-publish-github-packages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/npm-publish-github-packages.yml b/src/Umbraco.Web.UI.Client/.github/workflows/npm-publish-github-packages.yml index f5ec3153d0..b90be17da6 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/npm-publish-github-packages.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/npm-publish-github-packages.yml @@ -58,7 +58,8 @@ jobs: registry-url: https://npm.pkg.github.com/ - run: | SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-8) - npm version 13.0.0-alpha.$SHA_SHORT --allow-same-version --no-git-tag-version - - run: npm publish + npm version 13.0.0-next.$SHA_SHORT --allow-same-version --no-git-tag-version + - run: npm login --registry=https://npm.pkg.github.com/ --scope=@umbraco-cms + - run: npm publish --tag next env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}