Commit e873752d authored by Robert Knight's avatar Robert Knight

Run create-github-release.js in node instead of sh

The file has a shebang line at the top, so it will run in Node by default.
parent d52f44a0
......@@ -103,7 +103,7 @@ jobs:
$SENTRY_CMD files $NEW_VERSION upload-sourcemaps --url-prefix $CDN_URL/$NEW_VERSION/build/scripts/ build/scripts
$SENTRY_CMD finalize $NEW_VERSION
- name: Create GitHub release
run: sh scripts/create-github-release.js v$NEW_VERSION
run: scripts/create-github-release.js v$NEW_VERSION
- name: Publish npm package
env:
NPM_TOKEN: ${{ secrets.npm_token }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment