Skip to content

Commit

Permalink
[workflow] a few more version format tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Jan 16, 2025
1 parent 3d8b090 commit ddb9823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "v${{ steps.get_datetime.outputs.version }}"
automatic_release_tag: "${{ steps.get_datetime.outputs.version }}"
prerelease: true
title: "Version ${{ steps.get_datetime.outputs.version }}"
title: "Spartan v${{ steps.get_datetime.outputs.version }}"
files: |
spartan_vulkan_release.7z
spartan_vulkan_debug.7z
Expand Down

0 comments on commit ddb9823

Please sign in to comment.