From 2bf88dce514693d91daeda417280ef7f17bec0d8 Mon Sep 17 00:00:00 2001 From: David-Lor <17401854+David-Lor@users.noreply.github.com> Date: Sun, 11 Jul 2021 13:37:26 +0200 Subject: [PATCH] fix(release): correct release tag name --- .github/workflows/release.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54efd10..38c0ca3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/README.md b/README.md index 8c244d9..2d2b8f4 100644 --- a/README.md +++ b/README.md @@ -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