Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed May 24, 2023
1 parent 29e0e13 commit b69cd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
run: |
name=$(node -p "require('./package.json').name")
version=$(node -p "require('./package.json').version")
echo '::set-output name=name::{name}'
echo '::set-output name=version::{version}'
echo "name=${name}" >> "$GITHUB_OUTPUT"
echo "version=${version}"" >> "$GITHUB_OUTPUT"
- name: Update Example
if: ${{ !inputs.dry-run }}
Expand Down

0 comments on commit b69cd03

Please sign in to comment.