Skip to content

Commit

Permalink
feat: ci -> version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Nov 3, 2024
1 parent e66cf39 commit 2aabd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: package_version
run: echo "to_version=$(jq -r '.version' package.json)" >> $GITHUB_STATE && echo $GITHUB_STATE
run: echo "to_version=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2aabd48

Please sign in to comment.