Skip to content

Commit

Permalink
fix: fix run build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Svyatoslav Shchipunov committed Oct 2, 2024
1 parent 37f4fc7 commit f436173
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 f436173

Please sign in to comment.