Skip to content

Commit

Permalink
ci: define output for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Jan 2, 2025
1 parent b4ac8b4 commit 76e39da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
runs-on: ubuntu-latest
needs:
- test
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 76e39da

Please sign in to comment.