From c6dec62be86ccc1eaeb26db7b30d371546cef178 Mon Sep 17 00:00:00 2001 From: Bassem Date: Mon, 29 Jan 2024 11:33:14 +0800 Subject: [PATCH] fix: publish workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 725f4193..76c27015 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Check out code into the Go module directory uses: actions/checkout@v2 + with: + ref: main # with: # # pulls all commits (needed for lerna / semantic release to correctly version) # fetch-depth: "0"