Skip to content

Commit

Permalink
Fix publishing step (#130)
Browse files Browse the repository at this point in the history
* fix: Will this fix the publish step finally?

* Update workflows
* Update Rubocop to run Chefstyle
---------

Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 15, 2023
1 parent e608ea5 commit 8e59772
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/please-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
push:
branches: [main]

name: release-please
name: Release
jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -27,6 +27,6 @@ jobs:

- name: Build and publish to RubyGems
if: ${{ steps.release.outputs.release_created }}
uses: actionshub/[email protected].1
uses: actionshub/[email protected].3
with:
api_key: ${{ secrets.RUBY_GEMS_API_KEY }}
api_key: ${{ secrets.RUBYGEMS_API_KEY }}
11 changes: 11 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ Layout/LineLength:

Style/Documentation:
Enabled: false

require:
- chefstyle

AllCops:
TargetRubyVersion: 3.1
Include:
- "**/*.rb"
Exclude:
- "vendor/**/*"
- "spec/**/*"

0 comments on commit 8e59772

Please sign in to comment.