Skip to content

Commit

Permalink
Fixed reelease-published.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Dec 2, 2021
1 parent 0071842 commit 0826c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ needs.setup.outputs.version }}
ref: ${{ needs.setup.outputs.tag }}

- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v2
Expand Down

0 comments on commit 0826c72

Please sign in to comment.