Skip to content

Commit

Permalink
Add missing version output to create_release job.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumptruckman committed Feb 3, 2025
1 parent 98e9e42 commit 65f535e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
create_release:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.create-release.outputs.version }}
steps:
- name: Create Release
id: create-release
Expand Down

0 comments on commit 65f535e

Please sign in to comment.