Skip to content

Commit

Permalink
Workflows tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Apr 2, 2024
1 parent 97106d6 commit 1eb9780
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -33,3 +33,10 @@ jobs:
run: bundle exec rake ronn
- name: Run Yard Doc
run: bundle exec rake yard
- name: Run build Package
run: bundle exec rake build
- uses: actions/upload-artifact@v4
with:
name: awskeyring_gem_${GITHUB_SHA}
path: pkg/awskeyring*.gem
if-no-files-found: error
2 changes: 1 addition & 1 deletion man/awskeyring.5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "AWSKEYRING" "5" "December 2023" "" ""
.TH "AWSKEYRING" "5" "April 2024" "" ""
.
.SH "NAME"
\fBAwskeyring\fR \- is a small tool to manage AWS account keys in the macOS Keychain
Expand Down

0 comments on commit 1eb9780

Please sign in to comment.