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": {