File tree Expand file tree Collapse file tree
ImperatorToCK3/Data_Files/blankMod/output/common/customizable_localization Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Create Release
2-
1+ name : Bump version and create release
32on :
43 push :
5- tags :
6- - ' *'
7-
4+ branches :
5+ - master
86jobs :
9-
10- build :
7+ bump_tag :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v2
11+ with :
12+ fetch-depth : ' 0'
13+ - name : Bump version and push tag
14+ uses : anothrNick/github-tag-action@master
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+ DEFAULT_BUMP : patch
18+
19+ create_release :
20+ needs : bump_tag
1121 runs-on : windows-2019
1222 steps :
1323 - name : checkout
2535 uses : ncipollo/release-action@v1
2636 with :
2737 artifacts : " Release.zip"
28- token : ${{ secrets.GITHUB_TOKEN }}
38+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ # ImperatorToCK3: Last updated CK3 patch 1.2.2
12
23ToleranceValue = {
34 type = character
You can’t perform that action at this time.
0 commit comments