Skip to content

Commit

Permalink
chore(clean): remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmege authored Feb 24, 2022
1 parent f006760 commit 21093e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ runs:
MAVEN_PASSWORD: ${{ inputs.nexus_password }}

- run: |
echo proerty ${{ inputs.asset-name }}
echo env $ASSET_NAME
if [ "$ASSET_NAME" == "" ]; then
echo ::set-output name=name::${{ github.event.repository.name }}-${{ inputs.release-version }}-all.zip
else
Expand Down

0 comments on commit 21093e4

Please sign in to comment.