Skip to content

Commit

Permalink
action: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaitonn committed Jul 28, 2022
1 parent 08bef81 commit 7e5faf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
draft_release:
outputs: ${{ steps.Draft.outputs.tag_name }}
outputs:
tag_name: ${{ steps.Draft.outputs.tag_name }}
name: Draft release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7e5faf0

Please sign in to comment.