File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 30
30
- name : Upload
31
31
uses : actions/upload-artifact@v2
32
32
with :
33
- name : package
33
+ name : package-pr-${{github.event.number}}
34
34
path : " *.tgz"
35
35
36
36
publish :
@@ -42,13 +42,13 @@ jobs:
42
42
- name : Upload
43
43
uses : actions/download-artifact@v2
44
44
with :
45
- name : package
45
+ name : package-pr-${{github.event.number}}
46
46
- uses : actions/setup-node@v1
47
47
with :
48
48
node-version : ${{ env.NODE_VERSION }}
49
49
registry-url : https://npm.pkg.github.com/
50
50
scope : " @manekinekko"
51
51
- run : echo "registry=https://npm.pkg.github.com/@manekinekko" >> .npmrc
52
- - run : npm publish $(ls *.tgz)
52
+ - run : npm publish $(ls *.tgz) --tag=pr-${{github.event.number}} --access=public
53
53
env :
54
54
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -5,5 +5,8 @@ tslint.json
5
5
.prettierrc.json
6
6
.prettierignore
7
7
.env
8
- .commitlint.config.js
9
- logs
8
+ .commitlintrc.json
9
+ logs
10
+ jest.config.js
11
+ .release-it.json
12
+ .github
You can’t perform that action at this time.
0 commit comments