Skip to content

Commit

Permalink
Merge pull request #9 from CruGlobal/create-version-workflow
Browse files Browse the repository at this point in the history
Update language
  • Loading branch information
levieggertcru authored Jun 19, 2024
2 parents b1369c0 + ae0f6e9 commit 466afec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Create Version

on:
push:
branches: [ ]
branches: [ main ]
pull_request:
branches: [ ]
branches: [ main ]

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -171,6 +171,6 @@ jobs:
- name: Create Version Bump Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: "versionBump/${{ needs.new_version.outputs.version }}"
title: "Bump version after release"
branch: "bump-version-to-${{ needs.new_version.outputs.version }}"
title: "Bump version"
commit-message: "Bump version to ${{needs.new_version.outputs.version}}"

0 comments on commit 466afec

Please sign in to comment.