Skip to content

Commit

Permalink
Fix stupid syntax slip
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 7, 2020
1 parent b513b23 commit ff92002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: $${ env.tag_prefix }}${{ steps.current-time.outputs.formattedTime }}
tag_name: ${{ env.tag_prefix }}${{ steps.current-time.outputs.formattedTime }}
release_name: ${{ env.release_prefix }} ${{ steps.current-time.outputs.formattedTime }}
draft: false
prerelease: ${{ env.prerelease }}
Expand Down

0 comments on commit ff92002

Please sign in to comment.