Update release.yml

This commit is contained in:
Bret Comnes
2022-05-06 12:24:00 -06:00
committed by GitHub
parent ec2b7132bb
commit 30f412734d

View File

@@ -23,7 +23,7 @@ jobs:
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
- uses: actions/setup-node@v3.1.1
- uses: actions/setup-node@v3
with:
node-version: ${{ env.node_version }}
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED