diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index edc17c0223..12a80c1692 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -58,7 +58,7 @@ jobs: - name: Increment version and release run: | - export version=$(node .github/workflows/incrementVersionAndChangelog.js) + export version=$(node .github/workflows/releasePatch.js) echo "VERSION=$version" >> "$GITHUB_ENV" # git config user.name "GitHub Actions - autopatch"