File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : github-actions
4
+ directory : /.github/workflows
5
+ schedule :
6
+ interval : monthly
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
release :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
permissions :
13
13
contents : write
14
14
steps :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SNIPPETS := $(wildcard snippets/*.sh)
6
6
PROFILE_DIRECTORY := $(HOME ) /.bash_profile.d
7
7
SNIPPETS_DIRECTORY := $(PROFILE_DIRECTORY ) /snippets
8
8
PACKAGE_NAME := bash-profile-switcher
9
- PACKAGE_FILES := README.md Makefile bash_profile_switcher.sh snippets .version
9
+ PACKAGE_FILES := README.md Makefile bash_profile_switcher.sh snippets .version get-version.sh
10
10
REF_TYPE := $(GITHUB_REF_TYPE )
11
11
VERSION := $(shell ./get-version.sh)
12
12
You can’t perform that action at this time.
0 commit comments