File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 2929 # Release
3030 - name : Create GitHub Release
3131 if : github.ref_type == 'tag'
32- uses : actions/create-release@v1
33- with :
34- tag_name : ${{github.ref}}
35- release_name : ${{github.ref}}
36- env :
37- GITHUB_TOKEN : ${{github.token}}
32+ uses : softprops/action-gh-release@v1
3833
3934 # Publish (release only)
4035 - name : Publish documentation
4742 cname : typescript.typedrest.net
4843 - name : Connect to registry (npmjs.com)
4944 if : github.ref_type == 'tag'
50- uses : actions/setup-node@v3
45+ uses : actions/setup-node@v4
5146 with :
5247 registry-url : https://registry.npmjs.org
5348 - name : Publish packages (npmjs.com)
5954 # Publish
6055 - name : Connect to registry (GitHub)
6156 if : github.event_name == 'push'
62- uses : actions/setup-node@v3
57+ uses : actions/setup-node@v4
6358 with :
6459 registry-url : https://npm.pkg.github.com/
6560 scope : ' @typedrest'
You can’t perform that action at this time.
0 commit comments