From 27f847ebd9c84dfe841e1d4ecada6afc7e991868 Mon Sep 17 00:00:00 2001 From: Joe Clapis Date: Mon, 1 Dec 2025 09:29:11 -0500 Subject: [PATCH] Removed explicit stable ref from workflow --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b934fc6e..be779b85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: "stable" fetch-depth: 0 submodules: true @@ -108,7 +107,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: "stable" fetch-depth: 0 submodules: true @@ -168,7 +166,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: "stable" fetch-depth: 0 submodules: true @@ -221,7 +218,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: "stable" fetch-depth: 0 submodules: true