Skip to content

Commit

Permalink
Use git-sign defaults for identity
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Aug 22, 2024
1 parent c4bdceb commit 73998ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
with:
# outputs versionExists=true if version already exists on nuget
version: yarn run version ${{ env.PackageJson }} ${{ env.Csproj }}
setupGitUser: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Can pack?
Expand Down Expand Up @@ -130,10 +131,6 @@ jobs:
# we use credentials to push tags below
persist-credentials: true
- uses: chainguard-dev/actions/setup-gitsign@57cb0b7560d9b9b081c15ac5ef689f73f4dda03e
- name: Git identity
run: |
git config --global user.email "${{ env.email }}"
git config --global user.name "${{ env.name }}"
- name: Download nuget
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down

0 comments on commit 73998ec

Please sign in to comment.