Skip to content

Commit 223d409

Browse files
committed
Improvements to the workflow and bumping the version number
1 parent 2701ec4 commit 223d409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/UpdateHomebrew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
homebrew-tap: 'vetlewi/homebrew-formula'
1616
formula-name: 'xia2tree'
1717
formula-path: 'Formula/xia2tree.rb'
18-
base-branch: 'main'
18+
create-pullrequest: true
1919
env:
2020
# the personal access token should have "repo" & "workflow" scopes
21-
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
21+
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(XIA2tree VERSION 0.9.0 LANGUAGES C CXX)
2+
project(XIA2tree VERSION 0.9.7 LANGUAGES C CXX)
33

44
list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS})
55
include(cmake/CPM.cmake)

0 commit comments

Comments
 (0)