diff --git a/.github/workflows/vdf-client-hw.yml b/.github/workflows/build-packages.yml similarity index 98% rename from .github/workflows/vdf-client-hw.yml rename to .github/workflows/build-packages.yml index 5faec8c1..e1cd6f7f 100644 --- a/.github/workflows/vdf-client-hw.yml +++ b/.github/workflows/build-packages.yml @@ -460,11 +460,19 @@ jobs: $RELEASE_TAG \ dist/*.deb + trigger-repo-update: + name: Trigger repo update + runs-on: ubuntu-latest + needs: [build] + if: github.event_name == 'release' + steps: + - uses: actions/checkout@v6 + with: + fetch-depth: 1 + - uses: Chia-Network/actions/github/jwt@main - if: matrix.os == 'ubuntu-latest' && matrix.config == 'optimized=1' && github.event_name == 'release' - name: Trigger repo update - if: matrix.os == 'ubuntu-latest' && matrix.config == 'optimized=1' && github.event_name == 'release' uses: Chia-Network/actions/github/glue@main with: json_data: '{"release_version":"${{ github.event.release.tag_name }}"}'