Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen-pcluste authored Jun 27, 2024
1 parent d130301 commit 49c252a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Friendly description to be shown in the UI instead of 'name'
description: 'The version to bump to'
# Default value if no value is explicitly provided
default: '3.11.0'
default: '3.12.0'
# Input has to be provided for the workflow to run
required: true
# The data type of the input
Expand All @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0
- name: Modifiy the specific files using scripts
run: ./util/bump-version.sh 3.11.0 1.4.0
run: ./util/bump-version.sh 3.12.0 1.5.0

- name: Create Pull Requests
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 49c252a

Please sign in to comment.