Skip to content

Commit b7c833a

Browse files
committed
use default release name for release action
1 parent 927157f commit b7c833a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: softprops/action-gh-release@v1
4545
if: startsWith(github.ref, 'refs/tags/')
4646
with:
47-
name: Release ${{ github.ref }}
4847
prerelease: true
4948
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
5049
generate_release_notes: true

0 commit comments

Comments
 (0)