Skip to content

Commit

Permalink
Merge pull request #12 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
fix release naming
  • Loading branch information
Tawmu authored Apr 20, 2023
2 parents ae942e7 + 29e3378 commit 2d2d316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: ${{ steps.get_version.outputs.VERSION }}.zip
tag_name: ${{ github.ref }}
name: ${{ github.ref }}
tag_name: ${{ steps.get_version.outputs.VERSION }}
name: ${{ steps.get_version.outputs.VERSION }}
draft: false
prerelease: false

0 comments on commit 2d2d316

Please sign in to comment.