Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from UnofficialDathost/Development
Browse files Browse the repository at this point in the history
fixed version tag
  • Loading branch information
WardPearce authored May 12, 2021
2 parents b14609e + 6b4c3b1 commit e878430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@v1.2.0
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "Version ${{ env.DATHOST_VERSION }}"
automatic_release_tag: "v${{ env.DATHOST_VERSION }}"
prerelease: false
title: "${{ env.DATHOST_VERSION }}"
files: dist/**
Expand Down

0 comments on commit e878430

Please sign in to comment.