Skip to content

Commit

Permalink
chore: Merge branch 'release/v0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jan 17, 2024
2 parents d1d7734 + 7eabb26 commit 1215358
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
VERSION: ${{ inputs.kms_version }}

- name: Release on tags, attach asset on release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: ${{ matrix.archive_name }}.zip
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.1.6] - 2024-01-17

### Ci

- Fix release: add asset only on tags

## [0.1.5] - 2024-01-17

### Ci
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kms_gui"
version = "0.1.5"
version = "0.1.6"
edition = "2021"


Expand Down

0 comments on commit 1215358

Please sign in to comment.