Skip to content

Commit

Permalink
Assign release name as PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Sep 5, 2021
1 parent 5628c9f commit 23a2556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
name: ${{ github.event.pull_request.title }}
artifacts: ./out/package.vsix
body: ${{ github.event.pull_request.body }}
tag: ${{ env.npm_package_version }}
Expand Down

0 comments on commit 23a2556

Please sign in to comment.