From 623501848d3e05d05caf0de6c33736fed1da5579 Mon Sep 17 00:00:00 2001 From: Martin M Date: Thu, 11 Jan 2024 20:57:53 +0100 Subject: [PATCH] Update setTag.yml (#3198) --- .github/workflows/setTag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/setTag.yml b/.github/workflows/setTag.yml index f64432917..4abceebf7 100644 --- a/.github/workflows/setTag.yml +++ b/.github/workflows/setTag.yml @@ -27,4 +27,5 @@ jobs: with: node-version: 18 - run: npm dist-tag list iobroker.${{ github.event.inputs.adapter }} + - run: npm --//registry.npmjs.org/:_authToken=${{secrets.NPM_TAG}} dist-tag rm iobroker.${{ github.event.inputs.adapter }} ${{ github.event.inputs.tag }} - run: npm --//registry.npmjs.org/:_authToken=${{secrets.NPM_TAG}} dist-tag add iobroker.${{ github.event.inputs.adapter }}@${{ github.event.inputs.release }} ${{ github.event.inputs.tag }}