Skip to content

Commit

Permalink
ci: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent 3381178 commit 69889c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
uses: ./.github/actions/setup

- name: Replace name in package.json
run: jq '.name = "biome"' package.json > package.json
run: jq '.name = "biome-nightly"' package.json > package.json

- name: Replace displayName in package.json
run: jq '.displayName = "Biome"' package.json > package.json
run: jq '.displayName = "Biome (nightly)"' package.json > package.json

- name: Retrieve version from package.json
id: packageJsonVersion
run: echo "version=$(jq -r '.version' package.json)"
run: echo "version=$(jq -r '.version' package.json)" >> "$GITHUB_OUTPUT"

- name: Parse version
id: version
Expand Down

0 comments on commit 69889c5

Please sign in to comment.