From 0552264439f099d793dbea5917dbcb82f2942ba5 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Fri, 15 Sep 2023 10:32:10 +0200 Subject: [PATCH] Update create-release.yml --- .github/workflows/create-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ea918485..8029621f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -53,6 +53,7 @@ jobs: - uses: actions/checkout@v3 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token + ref: ${{ github.ref }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Set up JDK