Skip to content

Commit

Permalink
ci: fix version path of snapshot comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Feb 5, 2025
1 parent 317b4ef commit c675b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Get released version
if: ${{ steps.added-files.outputs.changesets != '' }}
id: get-version
run: echo "version=$(node -p "require('./packages/core/package.json').version")" >> "$GITHUB_OUTPUT"
run: echo "version=$(node -p "require('./package.json').version")" >> "$GITHUB_OUTPUT"

- name: Create comment
if: ${{ steps.added-files.outputs.changesets != '' }}
Expand Down

0 comments on commit c675b54

Please sign in to comment.