File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,11 @@ jobs:
11
11
runs-on : " ubuntu-latest"
12
12
steps :
13
13
- name : " Import workspace"
14
- uses : actions/checkout@v1
15
-
16
- - uses : actions/checkout@v2
14
+ uses : actions/checkout@v2
17
15
18
16
- name : " Set env"
19
17
run : ' echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV'
20
18
21
- - name : Setup git
22
- run : |
23
- git config --global user.name "FelixSelter"
24
- git config --global user.email "[email protected] "
25
- git checkout main
26
-
27
19
- name : Find and Replace
28
20
uses : jacobtomlinson/gha-find-replace@v2
29
21
with :
34
26
35
27
- name : Commit and push changes
36
28
run : |
29
+ git config --global user.name "FelixSelter"
30
+ git config --global user.email "[email protected] "
37
31
git add src/jenv.ps1
38
32
git commit -m "Inserted version into source file"
39
33
git push
You can’t perform that action at this time.
0 commit comments