Skip to content

Commit

Permalink
ci: Remove release version on release please
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Sep 10, 2023
1 parent bfa794a commit 3230060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
id: release
with:
token: ${{ secrets.DEVOPS_TOKEN }}
release-as: 1.2.0
release-type: ruby
version-file: lib/ok_computer/checks/version.rb
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"docs","section":"Documentation","hidden":true},{"type":"test","section":"Tests","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"ci","section":"Miscellaneous","hidden":true}]'
Expand Down

0 comments on commit 3230060

Please sign in to comment.