Skip to content

Commit

Permalink
chore: add missing id to release-please step
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz committed Jan 20, 2023
1 parent fe4a33f commit f897aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release

on:
Expand All @@ -11,9 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
bump-minor-pre-major: true
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"test","section":"Test","hidden":false}]'
package-name: itax_code
release-type: ruby
token: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -31,4 +29,3 @@ jobs:
env:
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
if: ${{steps.release.outputs.release_created}}
...
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
/_yardoc/
/.bundle/
/.byebug_history
/.ruby-version
/.yardoc
/coverage/
/doc/
/Gemfile.lock
/itax_code-*.gem
/pkg/
/spec/reports/
/tmp/
Gemfile.lock

0 comments on commit f897aae

Please sign in to comment.