1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00
This commit is contained in:
Jon Rohan 2021-04-02 10:24:57 -07:00
parent 2809caa435
commit afe205c326
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -28,7 +28,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
if (!process.env.RELEASE) { return }
if (process.env.RELEASE == 'undefined') { return }
const issue = await github.issues.get({
owner: context.repo.owner,
repo: context.repo.repo,