Skip to content

Commit

Permalink
Commenting out author update
Browse files Browse the repository at this point in the history
  • Loading branch information
t3knomanzer committed Aug 26, 2020
1 parent f92db6f commit 75076bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
shell: bash

- name: Update AUTHORS
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
# - name: Update AUTHORS
# run: |
# git config --local user.email "action@github.com"
# git config --local user.name "GitHub Action"

git shortlog -se -n --all --no-merges > AUTHORS
# git shortlog -se -n --all --no-merges > AUTHORS

git add AUTHORS
git commit -m "Updating authors"
git push origin HEAD:master
exit 0
shell: bash
# git add AUTHORS
# git commit -m "Updating authors"
# git push origin HEAD:master
# exit 0
# shell: bash

- name: Setup NuGet.exe
uses: NuGet/setup-nuget@v1.0.2
Expand Down

0 comments on commit 75076bb

Please sign in to comment.