Skip to content

Commit

Permalink
fix permissions for tagging v2 with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Dec 14, 2024
1 parent 418fd6d commit 3cbeae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,8 @@ jobs:
npm dist-tag add @qwik.dev/core@${{ fromJSON(steps.changesets.outputs.publishedPackages)[0].version }} latest
npm dist-tag add @qwik.dev/router@${{ fromJSON(steps.changesets.outputs.publishedPackages)[0].version }} latest
npm dist-tag add @qwik.dev/react@${{ fromJSON(steps.changesets.outputs.publishedPackages)[0].version }} latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Fixup package.json files
run: pnpm run release.fixup-package-json
Expand Down

0 comments on commit 3cbeae9

Please sign in to comment.