Skip to content

Commit

Permalink
Merge pull request #3 from Multiverse/dtm/fix_version_again
Browse files Browse the repository at this point in the history
Add missing version output to create_release job.
  • Loading branch information
dumptruckman authored Feb 3, 2025
2 parents 98e9e42 + 65f535e commit 041bde9
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 041bde9

Please sign in to comment.