Skip to content

Update release.js #2347

Update release.js

Update release.js #2347

Workflow file for this run

name: "Release"
on:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
jobs:
Release:
if: |
github.ref == 'refs/heads/master' &&
github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node release.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}