Skip to content

Commit

Permalink
fix(java): use outputs on release workflow (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jun 6, 2022
1 parent 393cf78 commit 6acaa20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
fi
- name: Release Artifacts
if: ${{ steps.snapshot.IS_SNAPHOT != 'true' }}
if: ${{ steps.snapshot.outputs.IS_SNAPHOT != 'true' }}
run: ./gradlew closeAndReleaseRepository

0 comments on commit 6acaa20

Please sign in to comment.