@semantic-release/github
Advanced tools
Comparing version 4.2.10 to 4.2.11
@@ -57,3 +57,3 @@ const {isUndefined, uniqBy, template, flatten} = require('lodash'); | ||
try { | ||
const {data: {state}} = await github.issues.get({owner, repo, number: issue.number}); | ||
const state = issue.state || (await github.issues.get({owner, repo, number: issue.number})).data.state; | ||
@@ -60,0 +60,0 @@ if (state === 'closed') { |
{ | ||
"name": "@semantic-release/github", | ||
"description": "Set of semantic-release plugins for publishing a GitHub release", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47783