Skip to content

Commit

Permalink
Fix tag name in github web release fallback url
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 21, 2021
1 parent 588d776 commit 14fcad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/github/GitHub.js
Expand Up @@ -308,7 +308,7 @@ class GitHub extends Release {

async createWebRelease() {
const { isCI } = this.config;
const { tagName } = this.getContext();
const { tagName } = this.config.getContext();
const url = this.generateWebUrl();
if (isCI) {
this.setContext({ isReleased: true, releaseUrl: url });
Expand Down

0 comments on commit 14fcad0

Please sign in to comment.