File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-node@v1
14
14
with :
15
15
node-version : 14
16
+ - run : git config --global user.name "JeremyDolle"
17
+ -
run :
git config --global user.email "[email protected] "
18
+ - run : npm version ${{ github.event.release.tag_name }}
19
+ - run : git commit -am "🏷️(version) Update boilerplate to version ${{ github.event.release.tag_name }}"
20
+ - run : git push
21
+ env :
22
+ github-token : ${{ secrets.GITHUB_TOKEN }}
16
23
- uses : JS-DevTools/npm-publish@v1
17
24
with :
18
25
token : ${{ secrets.NPM_TOKEN }}
24
31
- uses : actions/setup-node@v1
25
32
with :
26
33
node-version : 14
34
+ - run : git config --global user.name "JeremyDolle"
35
+ -
run :
git config --global user.email "[email protected] "
36
+ - run : npm version ${{ github.event.release.tag_name }}
37
+ - run : git commit -am "🏷️(version) Update boilerplate to version ${{ github.event.release.tag_name }}"
38
+ - run : git push
39
+ env :
40
+ github-token : ${{ secrets.GITHUB_TOKEN }}
27
41
- uses : JS-DevTools/npm-publish@v1
28
42
with :
29
43
token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments