damn wrong filename

This commit is contained in:
Yair Morgenstern 2023-11-28 11:52:19 +02:00
parent 5437c68b4c
commit 339815fa41

View File

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