Skip to content

Commit

Permalink
fix(release): correct release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Lor committed Jul 11, 2021
1 parent 1ec4373 commit 2bf88dc
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
with:
tag_name: ${{ github.ref }}
tag_name: "${{ steps.get_version.outputs.VERSION }}"
release_name: "v${{ steps.get_version.outputs.VERSION }}"
body_path: changelog_generated.md
draft: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ _All lists of items (models & weapons) are separated by comma (`,`) or semi-colo

## Changelog

- 2.3.2
- 2.3.3
- Add option to limit how many peds spawn per team
- Add NeutralPlayer setting
- 2.2.1
Expand Down

0 comments on commit 2bf88dc

Please sign in to comment.