Skip to content

Commit

Permalink
Config git in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored Sep 16, 2020
1 parent 995bd6b commit d791b2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
generate_package:
make_release:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
Expand All @@ -17,6 +17,8 @@ jobs:
- run: echo "${{ steps.next_version.outputs.version }}" > version
- run: echo "${{ steps.next_version.outputs.version }}"
- run: |
git config user.name 'Matthew Flamm'
git config user.email 'MatthewFlamm@users.noreply.github.com'
git add .
git commit -m "Bump version"
git push
Expand Down

0 comments on commit d791b2f

Please sign in to comment.