Skip to content

Commit

Permalink
Pass release version to conveyor task
Browse files Browse the repository at this point in the history
  • Loading branch information
recke96 committed Mar 21, 2024
1 parent 03255f9 commit 4ec0ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: hydraulic-software/conveyor/actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ steps.release.outputs.tag_name }}
with:
conveyor_version: 13.1
agree_to_license: 1
Expand Down

0 comments on commit 4ec0ada

Please sign in to comment.