Browse Source

ci(release): Fix typo in issue title template

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

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

@@ -42,7 +42,7 @@ jobs:
             await github.issues.create({
               owner: repoInfo.owner,
               repo: 'publish',
-              title: `publish ${repoInfo.repo}@{process.env.RELEASE_VERSION}`,
+              title: `publish ${repoInfo.repo}@${process.env.RELEASE_VERSION}`,
               // TODO: Remove the following line after verification
               labels: ['dry-run'],
             });