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' }}