Skip to content

Commit 95235f2

Browse files
authored
Update gem-push.yml
1 parent 57489d1 commit 95235f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gem-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
run:
13-
- git config --global user.email "[email protected]"
14-
- git config --global user.name "master"
1512
steps:
1613
- uses: actions/checkout@v1
14+
- run: |
15+
git config --global user.email "[email protected]"
16+
git config --global user.name "master"
1717
1818
- name: Release Gem
1919
if: contains(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)