Skip to content

Commit

Permalink
Merge pull request #16 from David-Lor/develop
Browse files Browse the repository at this point in the history
2.3.3
  • Loading branch information
David-Lor authored Jul 11, 2021
2 parents f9f745f + 2bf88dc commit 6517639
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 6517639

Please sign in to comment.