Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 21, 2023
1 parent 1733f5a commit 72a135c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ inputs.should_pack == true }}
run: |
VERSION=$(node -pe 'require("./package.json").version')
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Upload build result
if: ${{ inputs.should_pack == true }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
if: ${{ needs.ensure_version_changed.outputs.version }}
name: Publish to npm
steps:
- name: echo
run: echo ${{ needs.ensure_version_changed.outputs.version }}
- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 72a135c

Please sign in to comment.