From b0ceeac3a9964cb63fbf8b9976e5f19854655145 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 26 May 2023 15:43:50 +0200 Subject: [PATCH] publish on latest tag --- .../.github/workflows/npm-publish-github-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1a8509141e..870c2cdcf4 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 @@ -37,6 +37,6 @@ jobs: SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-8) npm whoami npm version 1.0.0-next.$SHA_SHORT --allow-same-version --no-git-tag-version - npm publish --tag next --access public + npm publish --tag latest --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}