From 104fd7a756ea83d29925e0285e5daa80dd8ae57f Mon Sep 17 00:00:00 2001 From: Anashuman Singh <125425881+AsCress@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:57:06 +0530 Subject: [PATCH] chore: updated version info for release drafter template (#2455) --- .github/workflows/push-event.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-event.yml b/.github/workflows/push-event.yml index a7cba31c8..2d48e32fd 100644 --- a/.github/workflows/push-event.yml +++ b/.github/workflows/push-event.yml @@ -136,4 +136,6 @@ jobs: - name: Run Release Drafter uses: release-drafter/release-drafter@v6 with: - version: ${{ steps.android-version.outputs.VERSION_NAME }} \ No newline at end of file + version: ${{ steps.android-version.outputs.VERSION_NAME }} + name: 'PSLab Version ${{ steps.android-version.outputs.VERSION_NAME }}' + tag: 'v${{ steps.android-version.outputs.VERSION_NAME }}' \ No newline at end of file