We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bcb3b commit d5ff82aCopy full SHA for d5ff82a
1 file changed
.github/workflows/ci.yml
@@ -150,7 +150,7 @@ jobs:
150
if: success() && github.event_name == 'push'
151
uses: softprops/action-gh-release@v2
152
with:
153
- name: VoteSys ${{ env.PREVIEW_VER }}
+ name: ${{ github.event.repository.name }} ${{ env.PREVIEW_VER }}
154
prerelease: true
155
files: Release/${{ env.PKG_NAME }}.zip
156
tag_name: ${{ env.PREVIEW_VER }}
0 commit comments