Skip to content

Commit

Permalink
Merge pull request #25 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 90508ad + e5696ca commit 4add339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
release_exists: ${{ steps.check_release.outputs.release_exists }}
release_tag: ${{ steps.get_release.outputs.release_tag }}
steps:
- name: Checkout your repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 4add339

Please sign in to comment.