Skip to content

Commit

Permalink
small changes in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Mar 12, 2021
1 parent b81ca35 commit 0d18989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ jobs:
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ${{ steps.binarypath.outputs.BINARY_PATH }}
asset_name: trident-${{ steps.tagName.outputs.tag }}-${{ runner.os }}-ghc-${{ matrix.ghc }}${{ steps.ifwin.outputs.EXT }}
asset_name: trident-${{ runner.os }}${{ steps.ifwin.outputs.EXT }}
asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Github Actions script in `.github/workflows/release.yml` registeres a new dr

```bash
# locally register a new tag (e.g. 0.3.1)
git tag -a v0.3.1 -m "short description text for this release"
git tag -a v0.3.1 -m "see CHANGELOG.md"
# push tag
git push origin v0.3.1
```
Expand Down

0 comments on commit 0d18989

Please sign in to comment.