Skip to content

Commit

Permalink
Extend release config for stable branches (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha15 authored Nov 7, 2024
1 parent 46af8b1 commit f391b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 0.16-stable

jobs:
release-please:
Expand All @@ -16,6 +17,7 @@ jobs:
package-name: foreman_fog_proxmox
bump-minor-pre-major: true
version-file: "lib/foreman_fog_proxmox/version.rb"
target-branch: ${{ github.ref_name }}
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit f391b13

Please sign in to comment.