From 2b146eb475788271aa743acaca6f448cffc90aea Mon Sep 17 00:00:00 2001 From: Arseniy Klempner Date: Mon, 1 Dec 2025 14:55:19 -0800 Subject: [PATCH] fix: add ref to checkout action --- .github/workflows/pre-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 747ee86f33..53db4b85b3 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v4 with: repository: waku-org/js-waku + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: