We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd41f0 commit a3b5ab2Copy full SHA for a3b5ab2
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
cname: typescript.typedrest.net
48
- name: Connect to registry (npmjs.com)
49
if: steps.gitversion.outputs.preReleaseLabel == ''
50
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
51
with:
52
registry-url: https://registry.npmjs.org
53
- name: Publish packages (npmjs.com)
@@ -59,7 +59,7 @@ jobs:
59
# Publish
60
- name: Connect to registry (GitHub)
61
if: github.event_name == 'push'
62
63
64
registry-url: https://npm.pkg.github.com/
65
scope: '@typedrest'
0 commit comments