From bca375d701e80c86dd1a1ef84aea95d4e8891f44 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Fri, 15 May 2026 16:28:49 +0300 Subject: [PATCH] ci: pin release builds to release tag --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e2bf06..fd4cb52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,6 +105,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ needs.release-please.outputs.tag_name }} - name: Setup Java uses: actions/setup-java@v4 @@ -190,6 +192,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ needs.release-please.outputs.tag_name }} - name: Setup Flutter uses: subosito/flutter-action@v2