Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed May 13, 2022
1 parent 30e042b commit 69e1871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: version
with:
msg: ${{ steps.latest-tag.outputs.tag }}
separator: '.'
separator: '.'
- uses: actions/setup-java@v2
if: steps.version.outputs.length == 3
with:
Expand Down

0 comments on commit 69e1871

Please sign in to comment.