Skip to content

Commit fcfebd9

Browse files
committed
refactor(github-actions): update release.yml
1 parent 2b8a174 commit fcfebd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Create Release and Upload Assets
4848
uses: softprops/action-gh-release@v1
4949
with:
50-
name: PHPure ${{ steps.get_version.outputs.VERSION }}
50+
name: ${{ steps.get_version.outputs.VERSION }}
5151
body: |
5252
## PHPure ${{ steps.get_version.outputs.VERSION }}
5353

0 commit comments

Comments
 (0)