Skip to content

Commit 354b28b

Browse files
committed
fix: add the output to the job
1 parent 16e9cb8 commit 354b28b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ on:
66
jobs:
77
branch_exists:
88
runs-on: ubuntu-20.04
9+
outputs:
10+
branch_exists: ${{ steps.check_branch.outputs.branch_exists }}
911
steps:
1012
- uses: actions/checkout@v2
1113
- name: Check if release already exists
14+
id: check_branch
1215
env:
1316
REF: ${{ github.ref }}
1417
run: |

0 commit comments

Comments
 (0)