diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c9215d..3459390 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,10 @@ jobs: run: yarn build # Configure Git -# - name: Git configuration -# run: | -## git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" -# git config --global user.name "GitHub Actions" + - name: Git configuration + run: | + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "GitHub Actions" # Bump package version # Use tag latest