Skip to content

Commit 8296d15

Browse files
authored
chore: fix publish-release error to avoid non-fast-forward pushes (#3693)
Fix publish-release error to avoid non-fast-forward pushes in the test-snap package <!-- CURSOR_SUMMARY --> > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit ab1de00. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 192fa6f commit 8296d15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ jobs:
251251

252252
publish-test-snaps-latest:
253253
name: Publish test snaps to `latest` folder
254-
needs: is-test-snaps-release
254+
needs:
255+
- is-test-snaps-release
256+
- publish-test-snaps
255257
if: ${{ needs.is-test-snaps-release.outputs.IS_TEST_SNAPS_RELEASE == 'true' }}
256258
permissions:
257259
contents: write

0 commit comments

Comments
 (0)