Skip to content

Commit

Permalink
fix: jbiugu
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler-irl authored Jun 7, 2022
1 parent 933f9ef commit 22499d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
persist-credentials: false
# persist-credentials: false
# Clone all branches and history. This is needed for the upgrade tests
fetch-depth: 0

Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
# GIT_COMMITTER_EMAIL: ${{ steps.import-gpg.outputs.email }}
run: |
echo "Version: $SEMVER_VERSION"
git config --global user.name "${{ steps.import-gpg.outputs.name }}"
git config --global user.email "${{ steps.import-gpg.outputs.email }}"
#git config --global user.name "${{ steps.import-gpg.outputs.name }}"
#git config --global user.email "${{ steps.import-gpg.outputs.email }}"
git tag "v${SEMVER_VERSION}" "v${SEMVER_VERSION}" -f -s -m "Sign Tag"
set GIT_COMMITTER_DATE="$(git log -1 --format=%aD v${SEMVER_VERSION})"
git push origin "v${SEMVER_VERSION}" -f

0 comments on commit 22499d2

Please sign in to comment.