From a429104df0671745a36251735ad339b00157b30b Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Thu, 29 Dec 2022 03:32:03 +0100 Subject: [PATCH] Update deploy workflow Towards my dreams against the other ones --- .github/workflows/_deploy.yml | 2 +- packages/kv/CHANGELOG.md | 4 ++++ packages/kv/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index a007df4..3d701ad 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -95,7 +95,7 @@ jobs: uses: softprops/action-gh-release@v1 with: body: "${{steps.changelog.outputs.unescaped}}" - tag_name: "$VERSION" + tag_name: "${{inputs.package-name}}-${{env.VERSION}}" - name: Prepare Discord Message id: discord-msg diff --git a/packages/kv/CHANGELOG.md b/packages/kv/CHANGELOG.md index 15a8669..6a2554e 100644 --- a/packages/kv/CHANGELOG.md +++ b/packages/kv/CHANGELOG.md @@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how The versions in this file adhere to [semantic versioning](https://semver.org/). +## [0.3.2] + +- This is a test release + ## [0.3.1] - Test release diff --git a/packages/kv/package.json b/packages/kv/package.json index b786769..dbc8662 100644 --- a/packages/kv/package.json +++ b/packages/kv/package.json @@ -1,6 +1,6 @@ { "name": "@sourcelib/kv", - "version": "0.3.1", + "version": "0.3.2", "description": "Source Engine KeyValue file parser and tokenizer library", "main": "lib/main.js", "scripts": {