diff --git a/composite-actions/nodejs-lib/publish/action.yaml b/composite-actions/nodejs-lib/publish/action.yaml index 2de7353d..95a1de9a 100644 --- a/composite-actions/nodejs-lib/publish/action.yaml +++ b/composite-actions/nodejs-lib/publish/action.yaml @@ -77,10 +77,10 @@ runs: - name: Write .npmrc shell: bash - run: echo "@hiiretail:registry = https://europe-west1-npm.pkg.dev/extenda/npm-releases/ " > .npmrc + run: echo "@hiiretail:registry = https://europe-west1-npm.pkg.dev/extenda/npm-releases/" > .npmrc - name: Release env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} shell: bash - run: npm run auth --if-present && NPM_TOKEN=$(gcloud auth print-access-token) npx semantic-release \ No newline at end of file + run: npm run auth --if-present && NPM_TOKEN=$(gcloud auth print-access-token) npx semantic-release@24.2.9