Skip to content

Commit

Permalink
ci: fix version update again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Feb 11, 2024
1 parent 7372de7 commit 7a003ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/version_in_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
fetch-depth: 0

- name: Update Version String
Expand All @@ -26,8 +27,8 @@ jobs:
- name: Commit Changes
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "[email protected]"
git config --local user.name "Marc Jakobi"
if [[ ! -z $(git status -s) ]]; then
git add .
git commit -m "chore(constants.lua): update version variable"
Expand Down

0 comments on commit 7a003ae

Please sign in to comment.