Skip to content

Commit

Permalink
ci: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent 244b2e0 commit a5c6d6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Retrieve version from package.json
- name: Retrieve version from package.json (nightly)
if: ${{ github.event.inputs.nightly }}
id: packageJsonVersion
run: echo "version=$(jq -r '.version' package.json)" >> "$GITHUB_OUTPUT"

- name: Parse version
if: ${{ github.event.inputs.nightly }}
id: version
uses: madhead/[email protected]
with:
Expand Down

0 comments on commit a5c6d6d

Please sign in to comment.