Skip to content

Commit

Permalink
Fix GHA release workflow (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
silug authored Sep 27, 2023
1 parent 746b2be commit f45e6f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag_deploy_rubygem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
args=(--file /tmp/.commit-msg.txt)
[[ $IS_PRERELEASE == yes ]] && args+=(--prerelease)
hub release create ${args[@]} "TARGET_TAG"
hub release create ${args[@]} "$TARGET_TAG"
deploy-rubygem:
name: Deploy RubyGem Release
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2023-09-27 / 3.8.1 - Fix GHA release workflow
- Fix GHA release workflow

## 2023-09-27 / 3.8.0 - Add facter 4.5 factsets
- Add facter 4.5 factsets
- Add Rocky 9 and OEL 9 facts
Expand Down
2 changes: 1 addition & 1 deletion lib/simp/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Simp; end
module Simp::RspecPuppetFacts
VERSION = '3.8.0'
VERSION = '3.8.1'
end

0 comments on commit f45e6f6

Please sign in to comment.