Fix README syntax

This commit is contained in:
Sven-Hendrik Haase 2019-08-23 04:44:08 +02:00
parent 95a587681f
commit 21ef0e0838

View File

@ -45,7 +45,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/mything
asset_name: mything
tag: {{ github.event.ref }}
tag: ${{ github.event.ref }}
overwrite: true
```