Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Const.prototype.toString returns the plain value instead of adding … #778

Const.prototype.toString returns the plain value instead of adding …

Const.prototype.toString returns the plain value instead of adding … #778

name: Draft GitHub Release
on:
push:
branches: [ master ]
jobs:
draft-github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
# We need to fetch the full repository in order to write complete
# release notes.
fetch-depth: 0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: current
- name: Run Release Draft Script
run: |
cd scripts/release
npm ci
npm start
env:
# A GitHub API token is required to create a new GitHub release.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}