Skip to content

Commit

Permalink
remove dev version id
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Feb 9, 2022
1 parent 33f8aac commit 979d122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ env.VERSION }}-dev.${{ steps.get_short_sha.outputs.short_sha }}"
automatic_release_tag: "${{ env.VERSION }}"
prerelease: true
title: "Mod Manager Dev ${{ env.VERSION }} (${{ steps.get_short_sha.outputs.short_sha }})"
files: |
Expand Down

0 comments on commit 979d122

Please sign in to comment.