Skip to content

Commit

Permalink
Merge pull request #16 from dmurphy18/fix_cut_release_7
Browse files Browse the repository at this point in the history
Added git user etc before tagging
  • Loading branch information
dmurphy18 authored Dec 4, 2024
2 parents 175abd7 + e265670 commit 6923d1a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ jobs:
repository: ${{ github.repository }}
## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}

- name: Configure Git
shell: bash
run: |
git config --global --add safe.directory "$(pwd)"
git config --global user.name "Salt Project Packaging"
git config --global user.email [email protected]
git config --global commit.gpgsign false
- name: Download Release Details
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 6923d1a

Please sign in to comment.