Skip to content

Commit

Permalink
ci(release): update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 16, 2024
1 parent dd6b0b6 commit 8f32042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
env:
"npm_config_//registry.npmjs.org/:_authToken": ${{ secrets.NPM_TOKEN }}
run: |
npm dist-tag add pnpm@${{ github.event.inputs.version }} latest-8
npm dist-tag add pnpm@${{ github.event.inputs.version }} latest-9
npm dist-tag add pnpm@${{ github.event.inputs.version }} ${{ github.event.inputs.tag }}
npm dist-tag add @pnpm/exe@${{ github.event.inputs.version }} latest-8
npm dist-tag add @pnpm/exe@${{ github.event.inputs.version }} latest-9
npm dist-tag add @pnpm/exe@${{ github.event.inputs.version }} ${{ github.event.inputs.tag }}
publish-to-winget:
Expand Down

0 comments on commit 8f32042

Please sign in to comment.