Skip to content

Commit

Permalink
Set WWIV_TAG env for the create_release job
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 23, 2023
1 parent 9a310b9 commit d874b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
name: Create Release
needs: wwiv-build-number
runs-on: ubuntu-latest
env:
WWIV_TAG: ${{needs.wwiv-build-number.outputs.wwiv_tag}}
steps:
- name: Create Release
id: create_release
Expand Down

0 comments on commit d874b1d

Please sign in to comment.