Skip to content

Commit

Permalink
Update deploy workflow Towards my dreams against the other ones
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Dec 29, 2022
1 parent 221b7bd commit a429104
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/kv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a429104

Please sign in to comment.