Skip to content

Commit d5ff82a

Browse files
committed
Fix Pre-Release Name
1 parent 53bcb3b commit d5ff82a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
if: success() && github.event_name == 'push'
151151
uses: softprops/action-gh-release@v2
152152
with:
153-
name: VoteSys ${{ env.PREVIEW_VER }}
153+
name: ${{ github.event.repository.name }} ${{ env.PREVIEW_VER }}
154154
prerelease: true
155155
files: Release/${{ env.PKG_NAME }}.zip
156156
tag_name: ${{ env.PREVIEW_VER }}

0 commit comments

Comments
 (0)