Skip to content

Commit

Permalink
Fix yaml linting for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Nov 7, 2024
1 parent f391b13 commit 67b9301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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 }}
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 67b9301

Please sign in to comment.