Skip to content

Commit

Permalink
Merge pull request #23 from Slava-Shchipunov/fix/fix-release-sync-wor…
Browse files Browse the repository at this point in the history
…kflow

fix: fix run build job
  • Loading branch information
Slava-Shchipunov authored Oct 2, 2024
2 parents 0ac5434 + 77e16b1 commit 9ae861f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
sync-releases:
runs-on: ubuntu-latest
outputs:
release_exists: ${{ steps.check_release.outputs.release_exists }}
steps:
- name: Checkout your repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 9ae861f

Please sign in to comment.