Skip to content

Commit

Permalink
fix: add the output to the job
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmalec committed Oct 16, 2023
1 parent 16e9cb8 commit 354b28b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ on:
jobs:
branch_exists:
runs-on: ubuntu-20.04
outputs:
branch_exists: ${{ steps.check_branch.outputs.branch_exists }}
steps:
- uses: actions/checkout@v2
- name: Check if release already exists
id: check_branch
env:
REF: ${{ github.ref }}
run: |
Expand Down

0 comments on commit 354b28b

Please sign in to comment.