Skip to content

Commit

Permalink
fixed vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Elekt0 committed May 24, 2023
1 parent 7b742bb commit 2bf5323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
readPomAndLastRelease:
runs-on: ubuntu-latest
outputs:
pomVersion: steps.getXml.outputs.info
lastReleaseId: steps.lastRelease.outputs.release
pomVersion: ${{steps.getXml.outputs.info}}
lastReleaseId: ${{steps.lastRelease.outputs.release}}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2bf5323

Please sign in to comment.