Skip to content

Commit

Permalink
fix extract-version job
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasjacks0n committed Feb 26, 2024
1 parent 0a8a558 commit ffa62aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: version_extraction
run: echo "version=$(cat package.json | jq .version' | xargs)" >> "$GITHUB_OUTPUT"
run: echo "version=$(cat package.json | jq .version | xargs)" >> "$GITHUB_OUTPUT"


0 comments on commit ffa62aa

Please sign in to comment.