Skip to content

Commit

Permalink
Merge pull request #7162 from QwikDev/pr-fix-dist-tag-latest
Browse files Browse the repository at this point in the history
fixed setting pointing v2 alpha to latest
  • Loading branch information
shairez authored Dec 13, 2024
2 parents 9481991 + 9591fb7 commit 74a7e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ jobs:

# Delete this after V2 is released
- name: Tag with latest
if: steps.changesets.outcome == 'success'
if: steps.changesets.outputs.published == 'success'
run: |
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
Expand Down

0 comments on commit 74a7e50

Please sign in to comment.