Skip to content

Commit

Permalink
Merged two workflows and fixed encoding in a blankMod file (#169) #patch
Browse files Browse the repository at this point in the history
* Merged two action files

* Fixed encoding in 00_divinity_custom_loc.txt
  • Loading branch information
IhateTrains authored Mar 16, 2021
1 parent a66f194 commit d67c1c4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 25 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/bump_version.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
name: Create Release

name: Bump version and create release
on:
push:
tags:
- '*'

branches:
- master
jobs:

build:
bump_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch

create_release:
needs: bump_tag
runs-on: windows-2019
steps:
- name: checkout
Expand All @@ -25,4 +35,4 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "Release.zip"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ImperatorToCK3: Last updated CK3 patch 1.2.2

ToleranceValue = {
type = character
Expand Down

0 comments on commit d67c1c4

Please sign in to comment.