Skip to content

Commit

Permalink
Update setTag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Dec 27, 2023
1 parent 4b0069c commit ff77115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm dist-tag list iobroker.webui
- run: npm --//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}} dist-tag add iobroker.${{ github.event.inputs.adapter }}@${{ github.event.inputs.release }} ${{ github.event.inputs.tag }}
- run: npm dist-tag list iobroker.${{ github.event.inputs.adapter }}
- 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 }}

0 comments on commit ff77115

Please sign in to comment.