Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfran committed May 2, 2023
1 parent bf6a3ef commit 1fbee27
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 @@ -14,6 +14,9 @@ jobs:
outputs:
releaseExists: ${{ steps.check_release.outputs.releaseExists }}
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Check if release exists
id: check_release
uses: actions/github-script@v5
Expand Down

0 comments on commit 1fbee27

Please sign in to comment.