Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Mar 20, 2024
1 parent 098eba9 commit bdef513
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
PACKAGE_NAME: d3s-nagios-plugins-git
PACKAGE_MAINTAINER: vhotspur
PACKAGE_SUMMARY: "Collection of various Nagios plugins"
PACKAGE_VERSION: 1.0.0
PACKAGE_VERSION: 1.0.1

jobs:
build:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PACKAGE_NAME: d3s-nagios-plugins
PACKAGE_MAINTAINER: vhotspur
PACKAGE_SUMMARY: "Collection of various Nagios plugins"
PACKAGE_VERSION: 1.0.0
PACKAGE_VERSION: 1.0.1

jobs:
build:
Expand Down Expand Up @@ -43,5 +43,4 @@ jobs:
with:
body_path: gh-release-body.txt
files: |
msim*.deb
msim*.rpm
d3s*.deb
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed


## v1.0.1 - 2024-03-20

### Fixed

* Release script (@vhotspur)

## v1.0.0 - 2024-03-20

### Changed
Expand Down

0 comments on commit bdef513

Please sign in to comment.