We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a6821 commit 75c64c8Copy full SHA for 75c64c8
.github/workflows/cd.yml
@@ -63,6 +63,5 @@ jobs:
63
uses: softprops/action-gh-release@v1
64
with:
65
files: dist/*
66
- tag_name: v${{ github.ref }}
67
- title: Release ${{ github.ref }}
+ tag_name: ${{ github.ref }}
68
body: ${{ github.event.pull_request.body }}
0 commit comments