Browse Source

ci(release): We need to create an issue, not a comment

Burak Yigit Kaya 4 years ago
parent
commit
c8f0f8648f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -39,7 +39,7 @@ jobs:
           github-token: ${{ secrets.GH_SENTRY_BOT_PAT }}
           script: |
             const repoInfo = context.repo;
-            await github.issues.createComment({
+            await github.issues.create({
               owner: repoInfo.owner,
               repo: 'publish',
               title: `publish ${repoInfo.repo}@{process.env.RELEASE_VERSION}`,