diff --git a/.github/workflows/sync_build_deploy.yml b/.github/workflows/sync_build_deploy.yml index 8e33e52..9fb5b13 100644 --- a/.github/workflows/sync_build_deploy.yml +++ b/.github/workflows/sync_build_deploy.yml @@ -30,7 +30,7 @@ concurrency: env: IS_SYNC: ${{ github.event_name == 'schedule' || startsWith(github.event.head_commit.message, '[sync]') }} - VERSION: 2.7.6 + VERSION: 2.6.5 jobs: @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 with: repository: Googlers-Repo/magisk-modules-repo-util - ref: refs/tags/${{ env.VERSION }} + ref: tags/v${{ env.VERSION }} path: util - name: Set up Git