Skip to content

Commit a429104

Browse files
committed
Update deploy workflow Towards my dreams against the other ones
1 parent 221b7bd commit a429104

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: softprops/action-gh-release@v1
9696
with:
9797
body: "${{steps.changelog.outputs.unescaped}}"
98-
tag_name: "$VERSION"
98+
tag_name: "${{inputs.package-name}}-${{env.VERSION}}"
9999

100100
- name: Prepare Discord Message
101101
id: discord-msg

packages/kv/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
The versions in this file adhere to [semantic versioning](https://semver.org/).
88

9+
## [0.3.2]
10+
11+
- This is a test release
12+
913
## [0.3.1]
1014

1115
- Test release

packages/kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcelib/kv",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Source Engine KeyValue file parser and tokenizer library",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)