Skip to content

Commit

Permalink
try to Fix workflow (#1436)
Browse files Browse the repository at this point in the history
* remove bad env use

* try to fix outputs level
  • Loading branch information
acalcutt authored Jan 10, 2025
1 parent 70f954b commit 77b7419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
echo "currentVersion: $currentVersion"
echo "isPublished: $isPublished"
echo "prerelease: ${prerelease}"
outputs:
published: ${{ steps.check.outputs.published }}
prerelease: ${{ steps.check.outputs.prerelease }}
version: ${{ steps.check.outputs.version }}
outputs:
published: ${{ steps.check.outputs.published }}
prerelease: ${{ steps.check.outputs.prerelease }}
version: ${{ steps.check.outputs.version }}

release:
needs: release-check
Expand Down

0 comments on commit 77b7419

Please sign in to comment.