Skip to content

Commit cbca7c8

Browse files
committed
Updated CI dependencies
1 parent 69c640e commit cbca7c8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
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
@@ -47,7 +42,7 @@ jobs:
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)
@@ -59,7 +54,7 @@ jobs:
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'

0 commit comments

Comments
 (0)