Skip to content

Commit

Permalink
Use tag as the release title without any prefix (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijum committed Aug 9, 2022
1 parent ae24f3a commit b141332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ steps.get_version.outputs.VERSION }}
release_name: ${{ steps.get_version.outputs.VERSION }}
draft: true
- name: Download staged bundle
uses: actions/download-artifact@v3
Expand Down

0 comments on commit b141332

Please sign in to comment.