Skip to content

Commit

Permalink
Fix release please version to 3 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha15 authored Nov 7, 2024
1 parent 8679fa2 commit b3da6aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: ruby
target-branch: ${{ github.ref_name }}
package-name: foreman_fog_proxmox
bump-minor-pre-major: true
version-file: "lib/foreman_fog_proxmox/version.rb"
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: ruby/setup-ruby@v1
Expand Down
9 changes: 0 additions & 9 deletions release-please-config.json

This file was deleted.

0 comments on commit b3da6aa

Please sign in to comment.