Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed May 15, 2023
1 parent 7e9a4f4 commit efddff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
load_release_version:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.load_release_version.outputs.version }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit efddff6

Please sign in to comment.