Skip to content

Bump FSharp.Core from 8.0.401 to 9.0.100 in /ImperatorToCK3 (#2317) #1771

Bump FSharp.Core from 8.0.401 to 9.0.100 in /ImperatorToCK3 (#2317)

Bump FSharp.Core from 8.0.401 to 9.0.100 in /ImperatorToCK3 (#2317) #1771

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
bump_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: "Bump version and push tag"
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
DEFAULT_BUMP: none
WITH_V: false
DEFAULT_BRANCH: 'master'
BRANCH_HISTORY: 'last'