Skip to content

Commit

Permalink
Use new-style environment settings (#4348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 26, 2022
1 parent e13fe4a commit 01e67e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/scripts/build-dist.sh
Expand Up @@ -41,8 +41,8 @@ rm -rf node_modules/.cache/ node_modules/monaco-editor/
find node_modules -name \*.ts -delete

# Output some magic for GH to set the branch name and release name
echo "::set-output name=branch::${GITHUB_REF#refs/heads/}"
echo "::set-output name=release_name::${RELEASE_NAME}"
echo "branch=${GITHUB_REF#refs/heads/}" >> "${GITHUB_OUTPUT}"
echo "release_name=${RELEASE_NAME}" >> "${GITHUB_OUTPUT}"

# Run to make sure we haven't just made something that won't work
node -r esm ./app.js --version --dist
Expand Down

0 comments on commit 01e67e6

Please sign in to comment.