From 25d7dad39f0f182dd3b3d6c3e13f2c1c145c5f08 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 19 May 2021 04:26:20 +0430 Subject: [PATCH] build the ref that you have been given! --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a74bfc9d..b991220e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout master branch uses: actions/checkout@v2 with: - ref: master + ref: ${{ github.ref }} path: master fetch-depth: 0