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 b4b3657ec1..4be3671097 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 @@ -63,7 +63,7 @@ jobs: always-auth: true - run: | SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-8) - npm version 13.0.0-next.$SHA_SHORT --allow-same-version --no-git-tag-version + npm version 1.0.0-next.$SHA_SHORT --allow-same-version --no-git-tag-version - run: npm publish --tag next --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}