Skip to content

Commit

Permalink
Update setTag.yml (#3198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Jan 11, 2024
1 parent ff5eec0 commit 6235018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6235018

Please sign in to comment.