Skip to content

Commit

Permalink
Merge pull request #28 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 bde01b7 + f436173 commit bdcc13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
runs-on: ubuntu-latest
needs: sync-releases
if: needs.sync-releases.outputs.release_exists == 'false'
uses: ./.github/workflows/build-module.yml
uses: Slava-Shchipunov/awg-openwrt/.github/workflows/build-module.yml@master
with:
tag_name: ${{ needs.sync-releases.outputs.release_tag }}

0 comments on commit bdcc13c

Please sign in to comment.