Skip to content

Commit

Permalink
Merge pull request #26 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 4add339 + 4dc8ea2 commit 12ffd61
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
runs-on: ubuntu-latest
needs: sync-releases
if: needs.sync-releases.outputs.release_exists == 'false'
steps:
- name: Checkout your repo
uses: actions/checkout@v4

- name: Run build job
uses: ./.github/workflows/build-module.yml
with:
tag_name: ${{ needs.sync-releases.outputs.release_tag }}
uses: .github/workflows/build-module.yml
with:
tag_name: ${{ needs.sync-releases.outputs.release_tag }}

0 comments on commit 12ffd61

Please sign in to comment.