Skip to content

Commit

Permalink
chore: fix repository name in link to release notes (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Aug 29, 2024
1 parent fea5f3d commit 09dbc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "A new version of `vscode-apollo` was released: <https://github.com/apollographql/vscode-apollo/releases/tag/v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}|v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}> :rocket:"
"text": "A new version of `vscode-apollo` was released: <https://github.com/apollographql/vscode-graphql/releases/tag/v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}|v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}> :rocket:"
}
}
]
Expand Down

0 comments on commit 09dbc57

Please sign in to comment.