Skip to content

Commit

Permalink
fixed setting pointing v2 alpha to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Dec 13, 2024
1 parent 9481991 commit 9591fb7
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 9591fb7

Please sign in to comment.