Skip to content

Commit

Permalink
[workflows/prepare-release] Pass the tag to workflows/release as an i…
Browse files Browse the repository at this point in the history
…nput.
  • Loading branch information
duckinator committed Oct 17, 2024
1 parent 3f57e70 commit 305757c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
repo: context.repo.repo,
ref: 'refs/tags/${{ steps.version.outputs.TAG }}',
workflow_id: 'release.yml',
inputs: {'tag': '${{ steps.version.outputs.TAG }}'},
})

0 comments on commit 305757c

Please sign in to comment.