Skip to content

Commit

Permalink
Merge pull request #92 from getlago/fix-action-3
Browse files Browse the repository at this point in the history
fix(action-pr): fixing creating of pull request
  • Loading branch information
electrosenpai authored Oct 28, 2024
2 parents 268bec8 + 5c74d4e commit e4524ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/creating_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
commit-message: "chore(release): update to ${{ github.event.inputs.tag }}"
branch: release/${{ github.event.inputs.tag }}
base: main
title: "Release ${{ github.event.inputs.tag }}"
body: "This PR updates the chart versions to ${{ github.event.inputs.tag }}."
labels: release
labels: release

0 comments on commit e4524ab

Please sign in to comment.